SA-MP Forums Archive
Canґt find the error!? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Canґt find the error!? (/showthread.php?tid=84200)



Canґt find the error!? - SEC - 29.06.2009

here is my code :
Code:
if((farbe1 > -1) && (farbe1 < 127) && (farbe2 > -1) && (farbe2 < 127)){
}
and it says:
Code:
 error 001: expected token: ")", but found "{"
what is wrong ... i dont get it...
pls help me


Re: Canґt find the error!? - YamahaYZ - 29.06.2009

Delete this opening brace...


Re: Canґt find the error!? - [nl]daplayer - 29.06.2009

You need an extra ) at the end i think, that's what the error says, but if i look at the code, it's all normal.

Maybe some other code in your script?