I can't login
#1

I tried to follow this tutorial. Everything was fine, but I can't login
pawn Код:
if(dialogid == login)
    {
        if(!response) return Kick(playerid);
        if(response)
        {
            if(udb_hash(inputtext) == pInfo[playerid][pass])
            {
                INI_ParseFile(Path(playerid),"loaduser_%s",.bExtra = true, .extra = playerid);
                GivePlayerMoney(playerid,pInfo[playerid][money]);
                SetPlayerScore(playerid,pInfo[playerid][score]);
            }
            else
            {
                ShowPlayerDialog(playerid,login,DIALOG_STYLE_INPUT,"Login","You have entered an incorrect password. \nThe name is registered. Enter your password to login to your account.","Login","Quit");
            }
            return 1;
        }
    }
It says "You have entered an incorrect password...".
Reply


Messages In This Thread
I can't login - by newbienoob - 16.05.2012, 03:18
Re: I can't login - by ReneG - 16.05.2012, 03:22
Re: I can't login - by ViniBorn - 16.05.2012, 03:23
Re: I can't login - by ReneG - 16.05.2012, 03:28
Re: I can't login - by newbienoob - 16.05.2012, 03:31
Re: I can't login - by ReneG - 16.05.2012, 03:44
Re: I can't login - by newbienoob - 16.05.2012, 03:51
Re: I can't login - by JaKe Elite - 16.05.2012, 03:55
Re: I can't login - by ReneG - 16.05.2012, 03:57
Re: I can't login - by newbienoob - 16.05.2012, 04:03
Re: I can't login - by ReneG - 16.05.2012, 04:04
Re: I can't login - by newbienoob - 16.05.2012, 04:06
Re: I can't login - by Ballu Miaa - 17.05.2012, 02:43

Forum Jump:


Users browsing this thread: 2 Guest(s)