16.05.2016, 07:14
If you want to make a command to split all the players in 2 teams try it:
new Team1 = 0;
new Team2 = 0;
new Team1 = 0;
new Team2 = 0;
Код HTML:
if(Team1 < Team2) { SetPlayerPos(playerid,3521.2134,877.6339,-26.7354); Team1 += 1; } else { SetPlayerPos(playerid,2321.21321,891.9823,-31.7539); Team2+= 1; }