• Glasses
    6 replies, posted
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
Thank you! <3
https://files.facepunch.com/forum/upload/427537/537adcb6-71cc-41bc-8063-0b91c2176fce/image.png
You need to disable drawing for LocalPlayer
Do you know how?
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.