View Single Post
Daz0x
New Member
Join Date: Oct 2008
Old 10-09-2008 , 10:34   Re: I need help with some heroes and models.
Reply With Quote #6

Go into you sma file called soldier..

scroll down until u see this:

switch_model(id)
{
if ( !shModActive() || !is_user_alive(id) || !HasSoldier[id] )
return
new clip, ammo, wpnid = get_user_weapon(id, clip, ammo)
if ( wpnid == CSW_AUG )
{
set_pev(id, pev_viewmodel2, "models/shmod/Soldier_aug_fixed.mdl")
}

change :
"models/shmod/Soldier_aug_fixed.mdl")
to:

"models/shmod/Soldier_aug.mdl")

and then compile it and copy from compiled, and paste in plugins

i had the same failed and now the model work perfectly

Daz0x is offline