Reading a row - 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: Reading a row (
/showthread.php?tid=510341)
Reading a row -
Face9000 - 30.04.2014
I wanna show the number of registered players, so i made this query:
mysql_query("SELECT TotalAccounts FROM `ServerStats`");
Now, how i should format the SendClientMessage to show the message? Like:
There are %d accounts registered.
Re: Reading a row -
Face9000 - 30.04.2014
Thanks :3