Posts
229
Respect
82Add +1
Forum Rank
Mr. Elemental
Primary Group
Member
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!Flammenwerfer()
{
while(1)
{
self.weap_model = GetWeaponModel(self GetCurrentWeapon());
self waittill_any( "weapon_change", "weapon_change_complete" );
if(self GetCurrentWeapon() == "m2_flamethrower_zombie" )
self SetViewModel("viewmodel_blank_arms");
else if(IsDefined(level.player_specific_viewmodels))
self SetViewModel(level.player_specific_viewmodels);
}
}