One mini problem with Paswordhash. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: One mini problem with Paswordhash. (
/showthread.php?tid=146446)
One mini problem with Paswordhash. -
RenisiL - 07.05.2010
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
{
Re: One mini problem with Paswordhash. -
RyDeR` - 07.05.2010
What?
Re: One mini problem with Paswordhash. -
RenisiL - 07.05.2010
how wants sign in to your account, emits a message wrong password
Re: One mini problem with Paswordhash. -
RenisiL - 08.05.2010
Bump