19.12.2014, 20:32
your loop is wrong.. you increased the variable while it shouldn't be increased, so it will select the row which is next to the row which is wanted.
Try:
Try:
pawn Код:
for(new i; i < rows; i++)

