SA-MP Forums Archive
What does these errors mean ? - 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: What does these errors mean ? (/showthread.php?tid=87910)



What does these errors mean ? - will_92 - 23.07.2009

C:\Documents and Settings\Owner\Desktop\SGGW.pwn(1999) : error 001: expected token: "-identifier-", but found "new"
C:\Documents and Settings\Owner\Desktop\SGGW.pwn(2032) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.














HOW DO I FIX THESE ERRORS?


Re: What does these errors mean ? - Joe Staff - 23.07.2009

Looks like you did something like

pawn Код:
new new Variable = 13;
Check the last bit of scripting you've done or perhaps areas where you have C&Ped script work.