06.06.2014, 11:33
Supposing you have a table like `Players` or `Accounts` you can just simply execute:
either in the console/phpmyadmin/or just do it in a function on server and then retrieve the result whatever you need it for.
pawn Код:
SELECT COUNT(*) FROM `Players`;