SA-MP Forums Archive
4 Errors, PLEASE help. - 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: 4 Errors, PLEASE help. (/showthread.php?tid=465467)



4 Errors, PLEASE help. - bathushan - 22.09.2013

These are my ERRORS. all errors are in one line.
That line is

pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
Quote:

C:\Users\Bathushanraj\Desktop\Real RP\gamemodes\Real-RP.pwn(107) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Bathushanraj\Desktop\Real RP\gamemodes\Real-RP.pwn(107) : error 017: undefined symbol "COL_WHITE"
C:\Users\Bathushanraj\Desktop\Real RP\gamemodes\Real-RP.pwn(107) : warning 215: expression has no effect
C:\Users\Bathushanraj\Desktop\Real RP\gamemodes\Real-RP.pwn(107) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Bathushanraj\Desktop\Real RP\gamemodes\Real-RP.pwn(107) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.




Re: 4 Errors, PLEASE help. - DanishHaq - 22.09.2013

Put this at the top of your script:

pawn Код:
#define COL_WHITE "{FFFFFF}"



Re: 4 Errors, PLEASE help. - LeoBawler - 22.09.2013

Deleted reply


Re: 4 Errors, PLEASE help. - DanishHaq - 22.09.2013

Quote:
Originally Posted by LeoBawler
Посмотреть сообщение
agreed!
Yes thanks for the useless post. I know what I'm talking about, I don't need backup & we're not in a debate club.


Re: 4 Errors, PLEASE help. - Windrush - 22.09.2013

HAHA lol
This Will gonna be in my Signature !!


Re: 4 Errors, PLEASE help. - bathushan - 22.09.2013

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
Put this at the top of your script:

pawn Код:
#define COL_WHITE "{FFFFFF}"
Oo Thankyou. it works +Reped