Quote:
Originally Posted by hlstriker
set_pev(id, pev_viewmodel, "models/v_gauss.mdl");
set_pev(id, pev_weaponmodel, "models/p_gauss.mdl");
|
->
Code:
set_pev(id, pev_viewmodel2, "models/v_gauss.mdl");
set_pev(id, pev_weaponmodel2, "models/p_gauss.mdl");
OR
Code:
set_pev(id, pev_viewmodel, engfunc(EngFunc_AllocString, "models/v_gauss.mdl"));
set_pev(id, pev_weaponmodel, engfunc(EngFunc_AllocString, "models/p_gauss.mdl"));
__________________
All you need to change the world is one good lie and a river of blood