07.08.2016, 08:12
wait you are using the for loop incorrectly you are using condition with increment statement
use it like this
use it like this
PHP Code:
for (new i; i < MAX_PLAYERS && gTeam[i] == TEAM_CIV; i++ )