|
Post by -|P|-LaY-|B|-o-|Y|- on Jun 26, 2016 11:58:59 GMT
Salam 3alaykom Lyom Bghit nlo7 likom Had LPlugin Dyal Players Model Howa Sahal 3la dak lplugin dyal player_Model.amxx
Had LPlugin T9dro Diro Fih Model DYal CT OU T f lmodel li bghito ou dik player_model.ini li kayna fi config siro ms7oha
OU diro Fblastha had lplugin
#include <amxmodx> #include <cstrike> #pragma tabsize 0
public plugin_init() { register_plugin("Players Models", "1.0", "PlayBoy") register_event("ResetHUD", "Reset_Model", "b")
}
public plugin_precache(){ precache_model "models/player/leet.mdl"; precache_model "models/player/urban.mdl"; }
public Reset_Model(id) { if (cs_get_user_team(id) == CS_TEAM_T){ cs_set_user_model(id, "leet"); } else if(cs_get_user_team(id) == CS_TEAM_CT){ cs_set_user_model(id, "urban"); } }
players_models.amxx (730 B)
players_models.sma (576 B)
|
|
|
Post by AnDre wQw ;) on Jun 27, 2016 16:16:10 GMT
public plugin_precache(){ precache_model "models/player/leet/leet.mdl"; precache_model "models/player/urban/urban.mdl"; } Héka Khasshom izido Dossier
|
|
|
Post by -|P|-LaY-|B|-o-|Y|- on Jun 28, 2016 11:18:52 GMT
Thnx !!
|
|
|
Post by AnDre wQw ;) on Jun 28, 2016 18:35:52 GMT
NP
|
|