Exemplo n.º 1
0
        public void EchoMessage(CommandContext ctx, [Remainder] string text)
        {
            var cmd = ConsoleSystem.Build("chat_add", "Server", text, "ui/icons/advisor.png");

            ctx.Caller.SendCommandToClient(cmd);
        }