SA-MP Forums Archive
[Solved][MySQL]Multiple users found, please narrow earch - 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: [Solved][MySQL]Multiple users found, please narrow earch (/showthread.php?tid=115560)



[Solved][MySQL]Multiple users found, please narrow earch - godknightx - 24.12.2009

Hy

Iam using mysql for save datas.
But when i get the pass for player, the server getting this value: "Multiple users found, please narrow earch", not the pass.

What is the problem?

Thanx.


Re: [MySQL]Multiple users found, please narrow earch - Daren_Jacobson - 24.12.2009

instead of just checking the password check the password and username.

the problem is because multiple players have the same password.


Re: [MySQL]Multiple users found, please narrow earch - godknightx - 24.12.2009

Quote:
Originally Posted by Daren_Jacobson
instead of just checking the password check the password and username.

the problem is because multiple players have the same password.
Not. Because i saved twice the pass before the check.
pawn Код:
pass = xyz;
pass2 = pass;
(checking the pass is correct...)
Now working perfect. But Thanx