SA-MP Forums Archive
Little 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: Little error (/showthread.php?tid=348253)



Little error - Yordan_Kronos - 04.06.2012

pawn Code:
C:\Documents and Settings\Administrator\Desktop\TARGOVISHTE ROLEPLAY\filterscripts\org.pwn(137) : error 001: expected token: ";", but found "new"
pawn Code:
new pcount = 0;
    for (new playerid = 0;playerid<MAX_PLAYERS;playerid++)
    {



Re: Little error - ViniBorn - 04.06.2012

Add ';' in the previous line.


Re: Little error - Yordan_Kronos - 04.06.2012

Thanks