06.02.2015, 18:40
You're already using the variable "i" in the same code.
Try this;
Whatever is in the loop you'll need to change them to "j" as well.
Try this;
pawn Код:
for(new j = 0 j <= j; j++)

