a script from my sma. !
where is the problem?
return PLUGIN_CONTINUE } public plugin_precache() { precache_model("models/player/smith/smith.mdl") precache_model("models/player/smith/smith.mdl") return PLUGIN_CONTINUE } public resetModel(id, level, cid) { if (get_user_flags(id) & ADMIN_CVAR) { new CsTeams:userTeam = cs_get_user_team(id) if (userTeam == CS_TEAM_T) { cs_set_user_model(id, "smith") } else if(userTeam == CS_TEAM_CT) { cs_set_user_model(id, "smith") } else { cs_reset_user_model(id) } } register_event("ResetHUD", "resetModel", "b") |
Re: a script from my sma. !
why do you write
PHP Code:
|
Re: a script from my sma. !
Here you go
PHP Code:
|
Re: a script from my sma. !
i need to add it in my sma. ....
no creat new plugin |
Re: a script from my sma. !
wtf? he reconstructed your code... you did it wrong... what you means with "my sma"?
|
Re: a script from my sma. !
|
Re: a script from my sma. !
Actually the Zombie Plague Core sets the models in every spawn, there is no need of doing that :/
|
| All times are GMT -4. The time now is 14:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.