SA-MP Forums Archive
Need Help. - 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: Need Help. (/showthread.php?tid=289063)



Need Help. - ServerScripter - 09.10.2011

Is There anyway to check if the entered password exist in all others Users ? Thanks

EDIT:

I Mean (to avoid Double Accounts) so if the player banned, so he create an other one, i want to compare the pass of OLD account to New One, if it is the same pass , Kick Him


Re: Need Help. - [HiC]TheKiller - 09.10.2011

Are you using files? MySQL? SQLite? It would be useful if you could tell us so that we could think of a solution.


Re: Need Help. - TheLazySloth - 10.10.2011

This would involve using MySQL or SQLite because if you use a file saving system (dini, Y_INI, etc) the loop would be massive if you have a big community of players.

(The bigger the loop, the more you risk bugs, lag spikes, or even crashing)