19.10.2014, 00:38
My registration is bugged, everything is okay other than this... As when I remove it I get no errors.
Here are my errors.
error 017: undefined symbol "UserPath"
error 017: undefined symbol "UserPath"
error 017: undefined symbol "DIALOG_LOGIN"
error 001: expected token: "-string end-", but found "-identifier-"
fatal error 107: too many error messages on one line
pawn Код:
public OnPlayerConnect(playerid)
{
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");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Type your password below to register a new account.","Register","Quit");
}
return 1;
}
error 017: undefined symbol "UserPath"
error 017: undefined symbol "UserPath"
error 017: undefined symbol "DIALOG_LOGIN"
error 001: expected token: "-string end-", but found "-identifier-"
fatal error 107: too many error messages on one line