SA-MP Forums Archive
SQL password problem - 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)
+--- Thread: SQL password problem (/showthread.php?tid=579932)



SQL password problem - STONEGOLD - 30.06.2015

Well, I added updated version of mysql

Which is here:
https://sampforum.blast.hk/showthread.php?tid=574714

Everything works fine. Even stats get saved. But the problem is if i type wrong password it gets me loggin. It should say you typed wrong password. I mean, It shouldn't let me logged in if i type wrong password. I know there's a mistake and as owner said i fixed it and also i read the whole thread and did what they said. But still it loggin me with wrong password. Can you look at into thread and tell me what's wrong.

Here's my log;

http://pastebin.com/f1Wq6eVh


Re: SQL password problem - kloning1 - 30.06.2015

your problem on dialogresponse -> dialoglogin :3


Re: SQL password problem - STONEGOLD - 30.06.2015

Which code? Could you please post it.


Re: SQL password problem - STONEGOLD - 01.07.2015

IF you mean this if(!strcmp(hashpass, Player[playerid][Password], false)) ? I already did this but still not working.