[HELP] Register/Login System wont load score
#7

i cannot veiw the pastebin because i am at school but this is what i have and may work for you

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;
}
but ofcourse i have the user path and dialog IDs defined but you may be able to leech something from that
Reply


Messages In This Thread
[HELP] Register/Login System wont load score - by olabv - 07.12.2011, 17:33
Re: [HELP] Register/Login System wont load score - by olabv - 07.12.2011, 18:29
Re: [HELP] Register/Login System wont load score - by xMichaelx - 07.12.2011, 18:39
Re: [HELP] Register/Login System wont load score - by olabv - 07.12.2011, 20:10
Re: [HELP] Register/Login System wont load score - by tuuker - 07.12.2011, 20:45
Re: [HELP] Register/Login System wont load score - by olabv - 07.12.2011, 20:52
Re: [HELP] Register/Login System wont load score - by jaydon - 07.12.2011, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)