Hey guys!
I had a question, tell in what direction to move...
Let's say I have a model of glasses for Garry's mod, how do I put them on the player's head after a certain action.
check this out: https://garrysmods.org/download/21069/headcrab-hat-now-with-fixzip
from thread: https://forum.facepunch.com/gmodgd/obyq/Headcrab-Hat/1/
I'm sure it would just be a matter of messing with the position of it, then tie that in with whatever function you want/model you want
Disable automatic rendering with this https://wiki.garrysmod.com/page/Entity/SetNoDraw and render it manually with DrawModel inside this hook GM/PostPlayerDraw
Sorry, you need to Log In to post a reply to this thread.