Bot Jail a Player and mute:
Quote:
UPDATE cq_user SET cheat_time=9999 WHERE name='Player Name';
UPDATE cq_user SET disableFlag=1 WHERE name='Player Name';
Unban a player and unmute :
Quote:
UPDATE cq_user SET cheat_time=0 WHERE name='Player Name';
UPDATE cq_user SET disableFlag=0 WHERE name='Player Name';






