22.05.2009, 13:18
Quote:
|
Originally Posted by Ignas1337
if it's while there hsouldn't be the semicolon ';' and you may only compare two values by one argument at a time for examplle a>b and a=10 for examples... reomve that &&, script copy-cat!
|
@the OP:
pawn Код:
while(arg1 < &&arg1 != arg2 && arg1 - var1 < 256);
pawn Код:
while(arg1 < /*>>SOMETHING_HERE<<*/ && arg1 != arg2 && arg1 - var1 < 256) //removed the ';'

