03.02.2014, 17:07
Again,
You need to use a for loop(Tutorial), NOT new.
EDIT: And when I mean not a new, I mean not as a starter. You need to use the full for syntax.
Quote:
You're using a "new", while you should use a "for" loop.
"new" explantion -> https://sampwiki.blast.hk/wiki/Scripting_Basics#Variables "for" loop -> https://sampwiki.blast.hk/wiki/Loops Focus on the line, pawn Код:
|
EDIT: And when I mean not a new, I mean not as a starter. You need to use the full for syntax.
pawn Код:
for( ; ; ) { .. }