1. Hi! How to send command to console?
     
  2. To server console.
    ConsoleSystem.Run.Server.Normal(command, args);
    To Player:
    player.SendConsoleCommand("chat.add \"Test\" " + message.QuoteSafe() );