Alrite i made this so far , Yet it kicks me insted of the user i set the name to, : )
This is for 5165 FTW!!!
Code:
if (Cmd[0] == "/kick")
{
Game.Character C = Game.World.CharacterFromName(Cmd[1]);
if (C != null)
GC.Disconnect();
}