07.10.2012, 16:18
pawn Code:
(PlayerI[i][Team] == 1) ? ServerI[PlayersInTeamA]++ : ServerI[PlayersInTeamB]++;
I want to increase Players in team A if player team == 1, or if its not, it will increase in team B
(PlayerI[i][Team] == 1) ? ServerI[PlayersInTeamA]++ : ServerI[PlayersInTeamB]++;
new var;
printf("Variable is %s", var == 0 ? ("Off") : ("On"));