Scores Not saving
#10

this is my on player connect
PHP код:
public OnPlayerConnect(playerid)
{
    if(
fexist(UserPath(playerid)))
    {
        
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra true, .extra playerid);
        
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_PASSWORD,"Login","Type your password below to login.","Login","Quit");
    }
    else
    {
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT,"Registering...","Type your password below to register a new account.","Register","Quit");
    }
    return 
1;

is there any error?
Reply


Messages In This Thread
Scores Not saving - by Rissam - 08.02.2015, 10:36
Re: Scores Not saving - by malackovgfx - 08.02.2015, 10:44
Re: Scores Not saving - by Rissam - 08.02.2015, 10:47
Re: Scores Not saving - by CalvinC - 08.02.2015, 10:48
Re: Scores Not saving - by malackovgfx - 08.02.2015, 10:50
Re: Scores Not saving - by Rissam - 08.02.2015, 10:51
Re: Scores Not saving - by Rissam - 08.02.2015, 10:55
Re: Scores Not saving - by Rissam - 09.02.2015, 11:22
Re: Scores Not saving - by De4dpOol - 09.02.2015, 11:42
Re: Scores Not saving - by Rissam - 10.02.2015, 05:56

Forum Jump:


Users browsing this thread: 2 Guest(s)