SA-MP Forums Archive
invalid symbol name "" - 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: invalid symbol name "" (/showthread.php?tid=529121)



invalid symbol name "" - ShiffeyTheGamer - 31.07.2014

Hello, I am working on placing a fire script into my new script that I had in my old script, And i fixed the other errors now I get this,
Код:
(282) : error 020: invalid symbol name ""
This is what is at the line
Код:
new Players;



Re: invalid symbol name "" - Blademaster680 - 31.07.2014

If Players is a string, then set new Players[24];


Re: invalid symbol name "" - ShiffeyTheGamer - 31.07.2014

Now I get
Код:
(282) : error 001: expected token: "-string end-", but found "-identifier-"



Re: invalid symbol name "" - Konstantinos - 31.07.2014

Have you used "Players" with both new and #define?