16.04.2015, 09:42
Hi ShadeWalker,
You can run the following query from phpmyadmin or your gamemode to do this:
This will set ALL accounts AdminRank & Helper to 0.
You can run the following query from phpmyadmin or your gamemode to do this:
Код:
UPDATE `accounts` SET `AdminRank`=0,`Helper`=0 WHERE 1