is there a command for when spawn the size of the PLAYERMODEL change?
3 replies, posted
is there a command for when spawn the size of the PLAYERMODEL change?
Pretty sure Entity/SetModelScale would work.
SetModelScale( ent:GetModelScale() * 1.25, 1 )
i add it in the QC file ?
I've played with it quite a bit since I was trying to make a change to a model a while ago but I couldn't exactly bring myself to do it. There is a ULX command to do it however you'd have to manually change the scale every time. Assuming you have ulx on your server you can put this in:
https://pastebin.com/C8HHkP9x
Had to upload on pastebin because the code option on here literally just broke for me lol.
Sorry, you need to Log In to post a reply to this thread.