errors with Yini
#2

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


Messages In This Thread
errors with Yini - by thefatshizms - 20.07.2012, 18:26
Re: errors with Yini - by Rudy_ - 20.07.2012, 18:29
Re: errors with Yini - by thefatshizms - 20.07.2012, 18:33
Re: errors with Yini - by Rudy_ - 20.07.2012, 18:36
Re: errors with Yini - by thefatshizms - 20.07.2012, 18:44
Re: errors with Yini - by [A]ndrei - 20.07.2012, 19:13
Re: errors with Yini - by thefatshizms - 20.07.2012, 19:21

Forum Jump:


Users browsing this thread: 1 Guest(s)