One mini problem with Paswordhash.
#1

how wants sign in to your account, emits a message wrong password.

pawn Код:
new pass[256];
                new buf[145];
                WP_Hash(buf, sizeof(buf), inputtext);
        pass = dini_Get(pFile, "SlaptazodisHash");
            if(!strcmp(pass, buf, false))
            {
                SendClientMessage(playerid, COLOR_RAUDONA, "[Klaida]: Blogas slaptaћodis !");
                format(w,sizeof(w),"Tu esi uћsiregistraves\n\n\nPraљome prisijungti.",name);
                ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Prisijungimo Meniu",w,"Prisijungti","Atљaukti");
                }
                else
                {
Reply
#2

What?
Reply
#3

how wants sign in to your account, emits a message wrong password
Reply
#4

Bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)