24.05.2015, 02:02
And
will do the same like
?
Код:
if(playerOnline >= 2 && playerOnline <= 8) { if(GetTeamPlayersAlive(TEAM_RED) >= 0 && GetTeamPlayersAlive(TEAM_RED) <= 3) { TeamBalance(); } }
Код:
if(playerOnline >= 2 || 4 || 6 || 8) { if(GetTeamPlayersAlive(TEAM_RED) == 0 || 1 || 2 || 3) { TeamBalance(); } }