Code: Select all
model = spawn( "script_model", ( 0, 0, 0 ) );
model setModel( modelname );
Any help is appreciated, thanks.
Moderator: Core Staff
Code: Select all
model = spawn( "script_model", ( 0, 0, 0 ) );
model setModel( modelname );
Code: Select all
brushes = getentarray( "brushes", "targetname" );
Soviet wrote:Yeah, watch out, Peds will hit you with his +5 D-Battleaxe of homosexuality
lol i wish i could spawn brushes... in my mod, i just "spawn" brushmodels:Maybe megazor shows his way his minecraft stuff. Isn't he spawning there brushes?
Code: Select all
block.origin = (x, y, z);