Posts
13
Respect
Forum Rank
Legless Crawler
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!PreCacheModel( "viewmodel_usa_hazmat_arms" );// Richtofen
level.zombiemode_player_set_viewmodel_override = ::set_viewhands;
set_viewhands( entity_num )
{
switch( self.entity_num )
{
case 0:
// Dempsey
self SetViewModel( "viewmodel_usa_pow_arms" );
break;
case 1:
// Nikolai
self SetViewModel( "viewmodel_rus_prisoner_arms" );
break;
case 2:
// Takeo
self SetViewModel( "viewmodel_vtn_nva_standard_arms" );
break;
case 3:
// Richtofen
self SetViewModel( "viewmodel_usa_hazmat_arms" );
break;
}
}
Thanks, it worked but there is still a problem. The third person models of the characters are not working and are made up of grey blocks, and this is for all of the characters. Do you know a fix for this? Thanks