19.08.2016, 15:12
Simply include this MySQL query in your /rank command:
It will return all user accounts where rank is equal to 7. If you need help creating the command can you let me know both if you are using a command processor (such as zcmd) and what version of MySQL you are using.
Код:
SELECT * FROM users WHERE rank='7'