[18:26:00] [debug] #0 0074b9a8 in public cmd_editgate
#4

Next time, post full logs as the second most important line is missing.

pawn Код:
for(new i=0;i <= MAX_GATES;i++){
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);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)