Something breaks the loop.
#2

rows is an integer, not an array to use sizeof. No matter what its value, it will always return one; hence it's called only once (the loop).

Change to:
pawn Код:
for (new i; i < rows; i++)
Reply


Messages In This Thread
Something breaks the loop. - by kristo - 02.12.2013, 15:48
Re: Something breaks the loop. - by Konstantinos - 02.12.2013, 16:45
Re: Something breaks the loop. - by kristo - 02.12.2013, 17:17

Forum Jump:


Users browsing this thread: 1 Guest(s)