SA-MP Forums Archive
ERROR, HELP PLS! - 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: ERROR, HELP PLS! (/showthread.php?tid=548375)



ERROR, HELP PLS! - kexy96 - 29.11.2014

Код:
 if(PlayerVar[i][Admin] == 1) { format(string,sizeof(string),""COLOR_GREEN"[Admin %s] Level 1 [ONLINE]",GetName(i));}
Error:
Код:
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : warning 215: expression has no effect
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : error 001: expected token: ";", but found "-string-"
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : warning 215: expression has no effect
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : error 001: expected token: ";", but found ")"
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\gamemodes\pacific.pwn(253) : fatal error 107: too many error messages on one line



Re: ERROR, HELP PLS! - Blademaster680 - 29.11.2014

What is your #define COLOR_GREEN?


Re: ERROR, HELP PLS! - sammp - 29.11.2014

You cant use things like COLOR_GREEN as an embed unless you convert it..


Re: ERROR, HELP PLS! - kexy96 - 29.11.2014

THANKS MAN! i remove "COLOR_GREEN"

but now NEW error -.-

Код:
C:\Users\Rendszergazda\Desktop\UJSZERVER!!!\pawno\include\YSI\y_iterate.inc(677) : error 036: empty statement