Arghh you... 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)
+--- Thread: Arghh you... Error (
/showthread.php?tid=292276)
Arghh you... Error -
iNorton - 23.10.2011
Hai! I got this error when I have added
aka trying to ad OOC into the server and I get this error
pawn Код:
error 001: expected token: ";", but found "new"
and this is what causes the problem aka line 472
pawn Код:
// ------[ OTHER VARS ] ------
new query[2048]; // We can reuse this instead of creating multiple queries, SA-MP is single threaded.
// ---------------------------
Re: Arghh you... Error -
Wesley221 - 23.10.2011
pawn Код:
new bool:
ooc; // you forgot the ';'
Re: Arghh you... Error -
iNorton - 23.10.2011
Such a litte thing makes a big mess heh.
Thanks a lot mate I didn't even noticed that there is no ; in there xD
Re: Arghh you... Error -
Sinner - 23.10.2011
Read... It usually means something.