SA-MP Forums Archive
random number - 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: random number (/showthread.php?tid=625174)



random number - MerryDeer - 29.12.2016

Hi,

I have lottery system, where is random numbers in database, for each player, but now how to check when player buy a new ticked, that numbers will by all different no match with any players. Now i store tickets numbers information in mysql database, but i don't know how to create number that no match any number in database...


Re: random number - BiosMarcel - 29.12.2016

set your numbers column to unique

http://www.w3schools.com/sql/sql_unique.asp

and check if the query was successful