30.04.2014, 19:23
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.
mysql_query("SELECT TotalAccounts FROM `ServerStats`");
Now, how i should format the SendClientMessage to show the message? Like:
There are %d accounts registered.