Hello Elitepvpers,Today im going to release Botjail with Muted Script so it will going to make you easy to give punishment with this script and it's fast im use it my own server .
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';
[S] viele warrock unmuted lvl 1 acc !! BLANC!!! 01/14/2012 - WarRock Trading - 13 Replies ich suche am besten neu erstellte warrock accounts nur ID und PW ! SIe sollten außerdem unmuted sein sonst keine interesse!!!
Macht mir gebote im thrwad oder via pm
[RELEASE]Botjail 5165 05/16/2010 - CO2 PServer Guides & Releases - 2 Replies Okay, i will release botjail for 5165.
I will recommend you to do the thing in
this thread first, because is required.
http://www.elitepvpers.com/forum/co2-pserver-guide s-releases/569347-release-fully-working-afk-system -5165-a.html
First go to chat.cs
and put the command for botjail.
if (Cmd == "/botjail")
{
[Release] Useless Botjail Command 05/05/2009 - CO2 PServer Guides & Releases - 7 Replies Hello this is my first release so this might be nooby but it works..
This is for LOTF based servers I don't use LOTF or Binaries (Never Did)
Anymore so I am releasing some of my codes! but here is the command I coded this myself:
if (Splitter == "/botjail")
{
foreach (DictionaryEntry DE in World.AllChars)
{
...
[Release]Botjail Command 03/11/2009 - CO2 PServer Guides & Releases - 7 Replies Hello this is my first release so this might be nooby but it works..
This is for LOTF based servers but here is the command I coded this myself:
if (Splitter == "/botjail")
{
foreach (DictionaryEntry DE in World.AllChars)
{
Character Char = (Character)DE.Value;
...