fatal error - too many error messages on one line
#2

Quote:
Originally Posted by Melktert
Посмотреть сообщение
Код:
xx\lsdm.pwn(337) : error 001: expected token: "-string end-", but found "-identifier-"
xx\lsdm.pwn(337) : warning 215: expression has no effect
xx\lsdm.pwn(337) : error 001: expected token: ";", but found "-string-"
xx\lsdm.pwn(337) : warning 215: expression has no effect
xx\lsdm.pwn(337) : warning 215: expression has no effect
xx\lsdm.pwn(337) : warning 215: expression has no effect
xx\lsdm.pwn(337) : error 001: expected token: ";", but found ")"
xx\lsdm.pwn(337) : fatal error 107: too many error messages on one line
Here is the line...

PHP код:
                if(!strlen(inputtext)) return ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT""COL_WHITE"Registering...",""COL_RED"You have entered an invalid password.\n"COL_WHITE"Type your password below to register a new account.","Register","Quit"); 
it should work

make sure you defined your colors like this
PHP код:
#define COL_WHITE "{FFFFFF}"
#define COL_RED "{F81414}" 
Reply


Messages In This Thread
fatal error - too many error messages on one line - by Melktert - 12.04.2017, 07:57
Re: fatal error - too many error messages on one line - by khRamin78 - 12.04.2017, 08:11
Re: fatal error - too many error messages on one line - by GangstaSunny. - 12.04.2017, 08:12
Re: fatal error - too many error messages on one line - by Melktert - 12.04.2017, 08:14
Re: fatal error - too many error messages on one line - by khRamin78 - 12.04.2017, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)