

Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!zombie_head_gib( attacker )if(isdefined(self.hatmodel))precacheModel(self.hatmodel);
self.hatmodel_launch = spawn("script_model",self.origin + (0,0,64));
self.hatmodel_launch setmodel(self.hatmodel);
self.hatmodel_launch PhysicsLaunch( self.hatmodel_launch.origin, (0,0,5000) ); //adjust to your hatmodel 3000 - 5000
self.hatmodel_launch thread timed_delete(5);timed_delete(time)
{
wait time;
self delete();
}self.hatmodel = "your_model";
self attach(self.hatmodel, "", true);char_usa_raider_helm1
char_usa_raider_helm2
char_usa_pbycrew_ballcap1
char_usa_navy_wetsailor_cap3
char_usa_marine_helmmprecacheModel("your_model");xmodel,your_model


[/url]![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has released one or more maps to the UGX-Mods community. |
precacheModel(self.hatmodel);
self.hatmodel_launch = spawn("script_model",self.origin + (0,0,64));
self.hatmodel_launch setmodel(self.hatmodel);
self.hatmodel_launch PhysicsLaunch( self.hatmodel_launch.origin, (0,0,5000) ); //adjust to your hatmodel 3000 - 5000
self.hatmodel_launch thread timed_delete(5);if(isdefined(self.hatmodel))
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
i got one question, do.. Code SnippetPlaintextprecacheModel(self.hatmodel);
self.hatmodel_launch = spawn("script_model",self.origin + (0,0,64));
self.hatmodel_launch setmodel(self.hatmodel);
self.hatmodel_launch PhysicsLaunch( self.hatmodel_launch.origin, (0,0,5000) ); //adjust to your hatmodel 3000 - 5000
self.hatmodel_launch thread timed_delete(5);
goes inside thebrackets Code SnippetPlaintextif(isdefined(self.hatmodel))
or before or after the function ?
if(isdefined(self.hatmodel))
{
self detach( self.hatModel, "" );
precacheModel(self.hatmodel);
self.hatmodel_launch = spawn("script_model",self.origin + (0,0,64));
self.hatmodel_launch setmodel(self.hatmodel);
self.hatmodel_launch PhysicsLaunch( self.hatmodel_launch.origin, (0,0,5000) ); //adjust to your hatmodel 3000 - 5000
self.hatmodel_launch thread timed_delete(5);
}