06.03.2011, 11:36
hi all
i would like t know how could i check if all the players online are in the same team
some think like
i would like t know how could i check if all the players online are in the same team
some think like
Quote:
if ((theplayersonline) && (team = 2)) { if (playerid == 2 || playerid == 6 || playerid == 8|| playerid == 9 || playerid == 11 ) { team[playerid] = 1; SetPlayerTeam (playerid, 1); SetPlayerHealth(playerid, 0); } } |