Quote:
Originally Posted by edon1337
Code:
set_user_info(player, "model", random(sizeof Set_Zombies_models))
|
But I think they do not change the team .. only model? ( i dont test yet)
btw i need change the team and get random model for the players
ex:
i have two team ( zombies;humans ) ==> (infection mod)
im set all players to humans when joined to server .. so when any player infected should be to zombie team when im using this function
PHP Code:
set_user_team(id,"zombies",false,false)
i want also get this players (mean when infected ) random models in the same team (zombies)
__________________