Posts: 83
Threads: 44
Joined: Apr 2016
Guys Is there something like that ... how to see how much player register in server total .. can we cmd or something to see it (if its there something like this so i can get the FS, or totorial how to make it ? )
Posts: 192
Threads: 37
Joined: Dec 2013
Reputation:
0
IF you are using mysql, you can use a *count* query for the database, that will retrieve the number of records you have in the database.
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
You can use a value wich goes up every time a player registers (saving that in the database), or you can get the count with an SQL statement based on the number of rows in a table.