(Help) Remove udb_hash from login verification - 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: (Help) Remove udb_hash from login verification (
/showthread.php?tid=590255)
(Help) Remove udb_hash from login verification -
extractor304 - 27.09.2015
Hello , i need help for remove the udb_hash from de login verification , i have to do this for check one thing
The code is this :
Код:
if(udb_hash(inputtext) == Info[playerid][pKey])
Please help me for change this code in a code without encryption.
Thanks
Re: (Help) Remove udb_hash from login verification -
J0sh... - 27.09.2015
You want to remove the hash? Great storing plain texts.