18.05.2011, 20:31
Quote:
code in /balance -> http://pastebin.com/DEey5jkr
code in /shuffle -> http://pastebin.com/ZjWQC9Rh /shuffle results in the same thing as /balance.. idk what else to tell you man, they do the same thing and it can be reproduced anytime you type it |
Код:
for(new i = 0; i <= Server[HighestID]; i ++) { if(IsPlayerConnected(i) && Player[i][pSpawned] == true && Player[i][setToPlay] == true && (Player[i][pTeam] == T_AWAY || Player[i][pTeam] == T_HOME)) { new tid = random(1); if (tid == 0) { SetPlayerTeamEx(i, T_HOME); } else if (tid == 1) { SetPlayerTeamEx(i, T_AWAY); } } }
lol