SA-MP Forums Archive
Error's - 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's (/showthread.php?tid=660204)



Error's - RedSmokeR - 27.10.2018

Hi Guyz I added Login/Register system.I am getting these errors :
PHP код:
C:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : error 001expected token"-string end-"but found "-identifier-"
C:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : warning 215expression has no effect
C
:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : error 001expected token";"but found "-string-"
C:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : warning 215expression has no effect
C
:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : error 001expected token"-string end-"but found "-identifier-"
C:\Users\$corpio\Desktop\Server 2\gamemodes\t_CNR.pwn(315) : fatal error 107too many error messages on one line 
Line 315 is :
PHP код:
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password below to login.","Login","Quit"); 



Re: Error's - SyS - 27.10.2018

How did u define COLOR_WHITE ? Check it


Re: Error's - RedSmokeR - 27.10.2018

Quote:
Originally Posted by SyS
Посмотреть сообщение
How did u define COLOR_WHITE ? Check it
#define COLOR_WHITE 0xF6F6F6AA


Re: Error's - SyS - 27.10.2018

it should be
pawn Код:
#define COLOR_WHITE   "{FFFFFF}"