Not logging me in?
#2

pawn Code:
if(fexist(UserSavePath(playerid)))
    {
        INI_ParseFile(UserSavePath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        format(string, sizeof(string), "/Users/%s.ini", PlayerName);
        format(string1, sizeof(string1), "Hello %s, welcome back!", GetPlayerNameEx(playerid));
        format(string2, sizeof(string2), "Welcome back %s, to "GM_NAME"! We have found your account registered in the database.\n\nEnter your password to login!", GetPlayerNameEx(playerid));
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT, string1, string2, "Login!", "Cancel");
    }
(OnPlayerConnect)
Its loading it here, although it just wont, ugh getting so frustrated with this
Reply


Messages In This Thread
Not logging me in? - by RLGaming - 02.11.2012, 00:16
Re: Not logging me in? - by RLGaming - 02.11.2012, 00:23
Re: Not logging me in? - by RLGaming - 02.11.2012, 00:37
Re: Not logging me in? - by RLGaming - 02.11.2012, 15:48
Re: Not logging me in? - by -=Dar[K]Lord=- - 02.11.2012, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)