Dialog messing :(
#3

this is login and regsiter dialog. On player connect. Player regsiter but it comes again after an dialog.

pawn Код:
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;
    }
Reply


Messages In This Thread
Dialog messing :( - by Champ - 28.07.2013, 13:13
Re: Dialog messing :( - by MellowHammer - 28.07.2013, 13:27
Re: Dialog messing :( - by Champ - 28.07.2013, 14:06
Re: Dialog messing :( - by MellowHammer - 28.07.2013, 14:07
Re: Dialog messing :( - by Champ - 28.07.2013, 14:22
Re: Dialog messing :( - by RandomDude - 28.07.2013, 14:29
Re: Dialog messing :( - by Champ - 28.07.2013, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)