14.01.2015, 19:44
This part of the loop is most likely causing the issue:
Try changing the operator to "<=" instead of "<".
EDIT: I just re-read your post and realize how illogical my solution sounds. Either way, it's still worth a try.
pawn Код:
i < 3;
EDIT: I just re-read your post and realize how illogical my solution sounds. Either way, it's still worth a try.