Registration.
#1

My registration is bugged, everything is okay other than this... As when I remove it I get no errors.

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;
}
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
Reply


Messages In This Thread
Registration. - by mkmk - 19.10.2014, 00:38
Re: Registration. - by ThePhenix - 19.10.2014, 01:13
Respuesta: Registration. - by aoEXE - 19.10.2014, 01:16
Re: Registration. - by Quickie - 19.10.2014, 02:39

Forum Jump:


Users browsing this thread: 1 Guest(s)