Wrong password dont work:S
#1

Hee all,
I made a saving system with login and register.
If my acc pass is test123 and if i fill in on login "test" the password is good.
Code:
Код:
if(udb_hash(inputtext) == PlayerInfo[playerid][pPass])
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_SUCCESS_2, DIALOG_STYLE_MSGBOX,""COL_WHITE"Success!",""COL_GREEN"You have successfully logged in!","Ok","");		
}
else return ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_RED"You have entered an incorrect password.\n"COL_WHITE"Type your password below to login.","Login","Quit");
Why it dont works?
Reply


Messages In This Thread
Wrong password dont work:S - by Admigo - 25.08.2011, 19:14
Re: Wrong password dont work:S - by Kush - 25.08.2011, 19:17
Re: Wrong password dont work:S - by Admigo - 25.08.2011, 19:18
Re: Wrong password dont work:S - by Kush - 25.08.2011, 19:19
Re: Wrong password dont work:S - by Admigo - 25.08.2011, 20:03
Re: Wrong password dont work:S - by Kush - 25.08.2011, 20:20
Re: Wrong password dont work:S - by Admigo - 25.08.2011, 20:50
Re: Wrong password dont work:S - by Davz*|*Criss - 25.08.2011, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)