Random Team For player
#3

Код:
new teamCount[2], teamid;
foreach(Player, ii)
{
	teamid = random(2);
	SetPlayerTeam(ii, teamid);
	teamCount[teamid] ++;
}
This is what you should relay on. Basically loop through all players and set them to a random team (teamid 0 or 1).
Reply


Messages In This Thread
Random Team For player - by UFF - 11.04.2018, 14:47
Re: Random Team For player - by RANGER44 - 11.04.2018, 15:36
Re: Random Team For player - by Wanheda - 11.04.2018, 19:18

Forum Jump:


Users browsing this thread: 2 Guest(s)