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



Help Fatal Error - imnoob - 10.07.2013

ERRORS
Код:
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\FW.pwn(35598) : error 001: expected token: "-string end-", but found "-identifier-"
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\FW.pwn(35598) : error 001: expected token: "-string end-", but found "-identifier-"
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\FW.pwn(35598) : warning 215: expression has no effect
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\FW.pwn(35598) : error 001: expected token: ";", but found "-identifier-"
C:\DOCUME~1\EA3B~1\Desktop\FREAKW~1\GAMEMO~1\FW.pwn(35598) : fatal error 107: too many error messages on one line
LINE
Код:
   						f
Код:
format(string, sizeof(string), "*passcode is converted with this numbers 120+120+50+60+90+350+10+500+500+302 ", sendername);
ProxDetector(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
 -35598--->>format(string, sizeof(string), ""COLOR_GREEN"INFO:{FFFFFF}The 
passcode is mixed from this numbers "COL_ORANGE"Use:{FFFFFF} /passcode.");



Re: Help Fatal Error - Smokkr - 10.07.2013

Try this:
pawn Код:
format(string, sizeof(string), "The passcode is mixed from this numbers Use:{FFFFFF} /passcode.");