15.08.2009, 11:32
Hello I have 2 Teams, I want to balance them with a mesage, This Team Is full please choose the other? How to do this?
new team1, team2;
//when player joins team1
if(team1+2 > team2 && team2 <= team1)
//player go to team2
team2++;
else
//player go to team1
team1++;