password invalid
#4

try this
pawn Код:
public OnPlayerConnect(playerid)
{
        new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    if(fexist(Path(playerid)))
    {
        INI_ParseFile(Path(playerid),"loadaccount_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid,dlogin, DIALOG_STYLE_PASSWORD,""COL_GREEN"Login",""COL_WHITE"This account is {00FF22}already registered.\n{FFFFFF}Please login by entering your password in below","Login","Quit");
    }
    else
    {
                ShowPlayerDialog(playerid,dregister, DIALOG_STYLE_PASSWORD,""COL_RED"Register",""COL_WHITE"This account is{F81414} not yet registered \n{FFFFFF}Please create an account by typing your desired password below","Register","Quit");
        return 1;
    }
        return 1;
}
Reply


Messages In This Thread
password invalid - by semaj - 10.06.2013, 07:18
Re: password invalid - by Giroud12 - 10.06.2013, 07:48
Re: password invalid - by semaj - 10.06.2013, 07:56
Re: password invalid - by IceBilizard - 10.06.2013, 08:48
Re: password invalid - by semaj - 10.06.2013, 08:50
Re: password invalid - by IceBilizard - 10.06.2013, 08:52
Re: password invalid - by semaj - 10.06.2013, 08:57
Re: password invalid - by IceBilizard - 10.06.2013, 09:18
Re: password invalid - by Giroud12 - 10.06.2013, 09:43
Re: password invalid - by semaj - 10.06.2013, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)