SA-MP Forums Archive
Total accounts - 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: Total accounts (/showthread.php?tid=466270)



Total accounts - x96664 - 26.09.2013

Hi guys, Im using Blueg's R33 mysql plugin and I wonder how can I make a command which shows me the total amount of accounts existing on the database ?


Re: Total accounts - Jefff - 27.09.2013

SELECT * FROM DATABASE

and

new Accounts = mysql_num_rows();