Password issue Y_ini register system
#3

Quote:
Originally Posted by Mariciuc223
Посмотреть сообщение
Код HTML:
public loadaccount_user
Код HTML:
INI_SetTag(File,"Player's Data");
The loadaccount_%s it's different to the tag you have ...

Код HTML:
INI_SetTag(File,"Player's Data");
to

Код HTML:
INI_SetTag(File,"user");
i'm not so sure that will work , but give a try .
i didnt really get u but i think the issue is pretty much here

Код:
if(dialogid == dlogin)
    {
        if(!response) return Kick(playerid);
        if(response)
        {
            new hashpass[129];
            WP_Hash(hashpass,sizeof(hashpass),inputtext);
            if(!strcmp(hashpass, PlayerInfo[playerid][pPass], false))
            {
                INI_ParseFile(Path(playerid),"loadaccount_%s",.bExtra = true, .extra = playerid);
                SetPlayerScore(playerid,PlayerInfo[playerid][pScore]);
                GivePlayerMoney(playerid,PlayerInfo[playerid][pCash]);
                SendClientMessage(playerid,COLOR_YELLOW,"INFO: You have successfully logged in.");
            }
            else
            {
                ShowPlayerDialog(playerid,dlogin,DIALOG_STYLE_INPUT,"Login","This account is registered. \nWrite your password please.","Login","Quit");
                return 1;
            }
        }
    }
thats in OnDialogResponse , i dont know why this line is not working
Reply


Messages In This Thread
Password issue Y_ini register system - by YoussefHammad - 19.08.2015, 07:57
Re: Password issue Y_ini register system - by Mariciuc223 - 19.08.2015, 08:26
Re: Password issue Y_ini register system - by YoussefHammad - 19.08.2015, 08:40
Re: Password issue Y_ini register system - by Mariciuc223 - 19.08.2015, 08:47
Re: Password issue Y_ini register system - by YoussefHammad - 19.08.2015, 09:00
Re: Password issue Y_ini register system - by Threshold - 19.08.2015, 10:55
Re: Password issue Y_ini register system - by YoussefHammad - 19.08.2015, 12:16
Re: Password issue Y_ini register system - by Vince - 19.08.2015, 13:30
Re: Password issue Y_ini register system - by YoussefHammad - 19.08.2015, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)