


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!set_player_specific_viewmodel(num, name)
{
if(!IsDefined(level.player_specific_viewmodels))
level.player_specific_viewmodels = [];
level.player_specific_viewmodels[num] = name;
PrecacheModel(name);
}
give_player_specific_viewmodel()
{
if(IsDefined(level.player_specific_viewmodels) && IsDefined(level.player_specific_viewmodels[ maps\_zombiemode_weapons::get_player_index( self ) ]))
{
self SetViewModel(level.player_specific_viewmodels[ maps\_zombiemode_weapons::get_player_index( self ) ]);
}
else if(IsDefined(level.player_viewmodel))
{
self SetViewModel(level.player_viewmodel);
}
}
switch( maps\_zombiemode_weapons::get_player_index( self ) )
{
case 0:
character\char_zomb_player_0::main();
break;
case 1:
character\char_zomb_player_1::main();
break;
case 2:
character\char_zomb_player_2::main();
break;
case 3:
character\char_zomb_player_3::main();
break;
}
self give_player_specific_viewmodel();
return;
set_laststand_pistol( "zombie_colt" );
set_player_specific_viewmodel(0, "viewmodel_usa_marine_arms"); //Dempsey
set_player_specific_viewmodel(1, "viewmodel_usa_marine_arms"); //Nikolai
set_player_specific_viewmodel(2, "viewmodel_usa_marine_arms");//Takeo
set_player_specific_viewmodel(3, "viewmodel_usa_marine_arms");//Richtofen
set_player_specific_viewmodel(0, "viewmodel_usa_pow_arms"); //Dempsey
set_player_specific_viewmodel(1, "viewmodel_rus_prisoner_arms"); //Nikolai
set_player_specific_viewmodel(2, "viewmodel_vtn_nva_standard_arms"); //Takeo
set_player_specific_viewmodel(3, "viewmodel_usa_hazmat_arms"); //Richtofen
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
Hithe "Character specific viewhand" link is dead, do I need it for this tutorial ? thanks.
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() UGX V.I.P. | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
Thanks for this... I am trying to set 100% custom player models etc and this might help.
FYI: Your triple mgames link flagged up as a virus.
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
Found both those things out on 8th December, but cheers.
Semi old thread, I know, but if anyone could post a download for the view-models I'd greatly appreciate it.