Expected token - Register Dialog
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_data", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,"{FFFFFF}Login","{FFFFFF}Type your password below to login.","Login","Quit");
    }
    else
    {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_PASSWORD,"{FFFFFF}Registering...","{FFFFFF}Type your password below to register a new account.","Register","Quit");
    }
    return 1;
}
Reply


Messages In This Thread
Expected token - Register Dialog - by Lz - 30.11.2012, 19:35
Re: Expected token - Register Dialog - by GiamPy. - 30.11.2012, 19:45
Re: Expected token - Register Dialog - by NumbSkull - 30.11.2012, 19:46
Re: Expected token - Register Dialog - by Lz - 30.11.2012, 20:12
Re: Expected token - Register Dialog - by NumbSkull - 30.11.2012, 20:18
Re: Expected token - Register Dialog - by Lz - 30.11.2012, 21:05
Re: Expected token - Register Dialog - by NumbSkull - 30.11.2012, 21:45
Re: Expected token - Register Dialog - by mamorunl - 30.11.2012, 23:54
Re: Expected token - Register Dialog - by yhanyhanAKOyhan - 01.12.2012, 00:02
Re: Expected token - Register Dialog - by JaKe Elite - 01.12.2012, 00:59

Forum Jump:


Users browsing this thread: 1 Guest(s)