10.11.2018, 21:01
Next time, post full logs as the second most important line is missing.
Out of bounds (run time error 4). The correct would be i < MAX_GATES; but use `sizeof` operator as it is the best choice. It becomes i < sizeof (Gates);
pawn Код:
for(new i=0;i <= MAX_GATES;i++){