05.10.2016, 06:34
Under Onplayerconnect
Any idea?
Код:
if(fexist(UserPath(playerid))) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");//720 } else { ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Type your password below to register a new account.","Register","Quit"); }
Код:
pwn(720) : error 001: expected token: "-string end-", but found "-identifier-" pwn(720) : error 017: undefined symbol "COL_WHITE" pwn(720) : warning 215: expression has no effect pwn(720) : error 001: expected token: "-string end-", but found "-identifier-" pwn(720) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.