/changepass with dudb - 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: /changepass with dudb (
/showthread.php?tid=193553)
/changepass with dudb -
Face9000 - 26.11.2010
Hai,i use dini/dudb in my server for storing accounts.
I need to code the /changepass cmd,any help?
Re: /changepass with dudb -
Face9000 - 27.11.2010
BUUUUUUUUUUUUMP
Re: /changepass with dudb -
Kyle - 27.11.2010
Ok use this along the lines,
new text[50];
text = "thisismynewpass";
udb_UserSetInt(PlayerName(playerid),"password_hash ",udb_hash(text));