Sorry Guy how do i remove item for exchange for CPs or etc etc.
Like public static void ?????
Like public static void ?????
Oops I overlooked the npcs table lolQuote:
not tq its just npc ;D
case "mm":
{
if (CSocket.Client.isGM)
{
Handler.Teleport(int.Parse(Command[1]), int.Parse(Command[2]), int.Parse(Command[3]), 0, CSocket);
}
break;
}