Having trouble converting
#2

pawn Код:
if(dialogid == dlogin)
    {
        if(!response) return Kick(playerid);
        if(response)
        {
            new hashpass[129];
            WP_Hash(hashpass,sizeof(hashpass),inputtext);
            if(strcmp(hashpass,PlayerInfo[playerid][Ppassword]))
            {
                SetPlayerScore(playerid,dini_Int(UserPath(playerid), "Score"));
                GivePlayerMoney(playerid,dini_Int(UserPath(playerid), "Money"));
                SendClientMessage(playerid,-1,"Welcome back! You have successfully logged in");
            }
            else if(!strcmp(hashpass,PlayerInfo[playerid][Ppassword]))
            {
                ShowPlayerDialog(playerid,dlogin,DIALOG_STYLE_PASSWORD,"Login","Welcome back. This account is registered. \nInsert your password to login to your account.\nIncorrect password!","Login","Quit");//We will tell to them that they've entered an incorrect password
                return 1;
            }
        }
    }
Like this? If you want, here is nice Dini tutorial : https://sampforum.blast.hk/showthread.php?tid=308390
Reply


Messages In This Thread
Having trouble converting - by thefatshizms - 13.08.2012, 15:26
Re: Having trouble converting - by lamarr007 - 13.08.2012, 15:55
Re: Having trouble converting - by thefatshizms - 13.08.2012, 16:05
Re: Having trouble converting - by thefatshizms - 13.08.2012, 16:19
Re: Having trouble converting - by lamarr007 - 13.08.2012, 16:26
Re: Having trouble converting - by thefatshizms - 13.08.2012, 16:28
Re: Having trouble converting - by thefatshizms - 13.08.2012, 16:49
Re: Having trouble converting - by playbox12 - 13.08.2012, 17:28
Re: Having trouble converting - by lamarr007 - 13.08.2012, 21:36
Re: Having trouble converting - by thefatshizms - 13.08.2012, 21:48

Forum Jump:


Users browsing this thread: 2 Guest(s)