I want to insert a player code Bot jail

04/07/2010 02:46 mzagnge#1
I want to insert a player code Bot jail
04/07/2010 03:07 Knight^Hawk#2
Bot Jail a Player and mute him,

UPDATE cq_user SET cheat_time=9999 WHERE name='playername';
UPDATE cq_user SET disableFlag=1 WHERE name='playername';

Unban a player and unmute him,

UPDATE cq_user SET cheat_time=0 WHERE name='playername';

UPDATE cq_user SET disableFlag=0 WHERE name='playername';
04/07/2010 03:12 King_Arthur#3
If by "player code" you mean PM code there is nothing that I've seen to put someone into botjail but you can mute them using /disabletalk UserNameHere. You unmute using Knight_Hawk's code above (disableFlag).
04/07/2010 05:38 mzagnge#4
Thank you
I think you do not understand what I mean. I appreciate being admitted but by typing Database and enter 999 and 0 to take it out I mean Is there a code such as / awarditem
04/07/2010 06:12 King_Arthur#5
Quote:
Originally Posted by mzagnge View Post
Thank you
I think you do not understand what I mean. I appreciate being admitted but by typing Database and enter 999 and 0 to take it out I mean Is there a code such as / awarditem
As previously stated, there is none.
02/10/2016 12:42 hesham4love#6
can any one explain it to me i need it too much