Hi, What should I change as I set
get_user_ for names?
I found a similar pattern here, but is for steam..
https://forums.alliedmods.net/showthread.php?t=19562
Code:
if (get_user_name(id) & name) {
new CsTeams:userTeam = cs_get_user_team(id)
if (userTeam == CS_TEAM_T) {
cs_set_user_model(id, "test.mdl")
}
else if(userTeam == CS_TEAM_CT) {
cs_set_user_model(id, "test2.mdl")
}
else {
cs_reset_user_model(id)
}
}
it does not work..
I want to customize a model in a name
I tried with this plugin:
https://forums.alliedmods.net/showth...ght=adminmodel
Sorry for my bad english..
Please help me..