05.12.2012, 14:54
Hello.
I created my own variable for my teams which is
When at the end of round, I restart the teams by setting everyones health to 0 and only one person is elected for suspect(team 1), all players get to the spawn selection screen and how to manually spawn. I didn't use ForcePlayerSkinSelection anywhere.
I created my own variable for my teams which is
Код:
new team[MAX_PLAYERS];
Код:
public OnPlayerRequestClass { if(classidid==0) { team[playerid]=0; } if(classidid==1) { team[playerid]=1; } }