SA-MP Forums Archive
An 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: An Error (/showthread.php?tid=164421)



An Error - iLcke - 31.07.2010

Код:
C:\Users\iLcke\Desktop\SA-MP\gamemodes\SRP.pwn(13192) : error 001: expected token: ";", but found "new"
Line;
Код:
new Float:X, Float:Y, Float:Z, Float:Rx;
Ideas?


Re: An Error - iggy1 - 31.07.2010

Did you miss a ';' (semicolon) before the "new Float:X, Float:Y, Float:Z, Float:Rx; line"?


Re: An Error - iLcke - 31.07.2010

Ahh! Yes i did, Thanks.