27.09.2015, 20:21
Of the loop?
Then you would change AlreadyPlanting[i] = 0; in the bomb explosion timer.
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++) { //foreach(new i : Player) or GetPlayerPool(); for better preformance
if(gTeam[i] == TEAM_TERRORISTS) {
AlreadyPlanting[i] = 1;
}
}