Problem with two for loops in a row: the first runs, the second doesn't
#2

You are crashing your server by accessing element at sizeof(array) - which is nonexistent
in both loops change
pawn Код:
x<=sizeof(Y)
to
pawn Код:
x != sizeof(Y)
Reply


Messages In This Thread
Problem with two for loops in a row: the first runs, the second doesn't - by WiredGuyX - 29.03.2013, 13:38
Re: Problem with two for loops in a row: the first runs, the second doesn't - by Misiur - 29.03.2013, 14:11

Forum Jump:


Users browsing this thread: 1 Guest(s)