View Single Post
imported_velcroy
Senior Member
Join Date: Jan 2004
Old 10-01-2004 , 21:42  
Reply With Quote #13

i changed this

public model(id) {
if ( !is_user_alive(id) ) return PLUGIN_CONTINUE
// Weapon Model change thanks to [CCC]Taz-Devil
Entvars_Set_String(id, EV_SZ_viewmodel, "models/vash/v_deagle.mdl")
new iCurrent
iCurrent = FindEntity(-1,"weapon_deagle")
while(iCurrent != -1) {
iCurrent = FindEntity(iCurrent,"weapon_deagle")
}
return PLUGIN_HANDLED

to this

public model(id) {
if ( !is_user_alive(id) ) return PLUGIN_CONTINUE
// Weapon Model change thanks to [CCC]Taz-Devil
Entvars_Set_String(id, EV_SZ_viewmodel, "models/vash/v_deagle.mdl")
new iCurrent
iCurrent = FindEntity(0,"weapon_deagle")
while(iCurrent != -1) {
iCurrent = FindEntity(iCurrent,"weapon_deagle")
}
return PLUGIN_HANDLED

and it still didnt work!
__________________
visit www.freewebs.com/floggingclansite
I am 95% addicted to Counterstrike. What about you?


DO NOT CLICK!!!!
imported_velcroy is offline
Send a message via AIM to imported_velcroy