What's new

Discussion Set player model no following face/gun

I

iRaaTeD

Enthusiast
Messages
265
Reaction score
69
Points
85
Sin$
0
This is basic but some people may not have though of doing this.

Many of you may have noticed that a face and a weapon will follow every person in the lobby after setting yourself to a different model use this code for it and it will fix it.

Code:
self thread ModelChange( ">Model name here<" );

Code:
ModelChange( Model )
{
self hide();
self.modelchange Delete();
self.modelchange = spawn( "script_model", self.origin );
self.modelchange setmodel( Model );
self.modelchange linkto( self );
}
 
Top Bottom
Login
Register