I using default w_m4a1 how to replace it to: models/xxx/w_m4a1.mdl?
The v_ model and p_ is easy to set :/
PHP Code:
new weaponid = read_data(2)
if (weaponid == CSW_M4A1)
{
set_pev(id, pev_viewmodel2, "models/xxx/v_m4a1.mdl")
set_pev(id, pev_weaponmodel2, "models/xxx/p_m4a1.mdl")
}
How to replace w_?
SOORRRRYYYYYYYYYYYYYY MOVE to SCRIPTING HELP !!!!!!!!!!!!!!! !
__________________