




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_pow_arms" ); // Dempsey
PreCacheModel( "viewmodel_rus_prisoner_arms" ); // Nikolai
PreCacheModel( "viewmodel_vtn_nva_standard_arms" );// Takeo
PreCacheModel( "viewmodel_usa_hazmat_arms" );// Richtofen
PreCacheModel( "c_t7_dlchd_dempsey_waw_viewhands" ); // Dempsey
PreCacheModel( "c_t7_zm_dlchd_nikolai_waw_viewhands" ); // Nikolai
PreCacheModel( "c_t7_zm_dlchd_takeo_waw_viewhands" );// Takeo
PreCacheModel( "c_t7_zm_dlchd_richtofen_waw_viewhands" );// Richtofen
player_set_viewmodel_override( entity_num )
player_set_viewmodel_override( entity_num )
{
switch( self.entity_num )
{
case 0:
// Dempsey
self SetViewModel( "c_t7_dlchd_dempsey_waw_viewhands" );
break;
case 1:
// Nikolai
self SetViewModel( "c_t7_zm_dlchd_nikolai_waw_viewhands" );
break;
case 2:
// Takeo
self SetViewModel( "c_t7_zm_dlchd_takeo_waw_viewhands" );
break;
case 3:
// Richtofen
self SetViewModel( "c_t7_zm_dlchd_richtofen_waw_viewhands" );
break;
}
}
xmodel,c_t7_zm_dlchd_takeo_waw_viewhands
xmodel,c_t7_zm_dlchd_nikolai_waw_viewhands
xmodel,c_t7_dlchd_dempsey_waw_viewhands
xmodel,c_t7_zm_dlchd_richtofen_waw_viewhands