Registration system...
#5

I think this code is the main problem..
pawn Код:
if (PlayerInfo[playerid][pRegisted] == 0)
    {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Welcome To Base RolePlay !",""COL_WHITE"Please enter your new password in order to register:","Register","Quit");

    }
    if (PlayerInfo[playerid][pRegisted] == 1)
    {
        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"You are already registered,please write your password below in order to log in! ","Login","Quit");
        }
    }
Reply


Messages In This Thread
Registration system... - by dorperez - 21.04.2013, 18:13
Re: Registration system... - by Frede - 21.04.2013, 18:15
Re: Registration system... - by dorperez - 21.04.2013, 18:23
Re: Registration system... - by Faisal_khan - 21.04.2013, 18:28
Re: Registration system... - by dorperez - 21.04.2013, 18:31
Re: Registration system... - by Frede - 21.04.2013, 18:35
Re: Registration system... - by dorperez - 21.04.2013, 18:37
Re: Registration system... - by Faisal_khan - 21.04.2013, 18:41
Re: Registration system... - by Frede - 21.04.2013, 18:42
Re: Registration system... - by dorperez - 21.04.2013, 18:43

Forum Jump:


Users browsing this thread: 2 Guest(s)