1. I run console command with this method: ConsoleManager.Instance.ExecuteCommand(command)
    But Debug.Log not details to cnosole.
    It can be fixed ?
     
  2. Wulf

    Wulf Community Admin

    What details are you expecting it to log? What command are you executing?
     
  3. What command are you executing? - any command.
    What details are you expecting it to log? - look at the picture.
    Details write to log file, but not print to console.
     

    Attached Files:

    Last edited by a moderator: Jan 4, 2016
  4. Wulf

    Wulf Community Admin

    I don't see an issue there. You used commands that didn't exist for the first few, and then didn't supply the arguments for ban and addadmin.

    If you are trying to listen when a command is ran, you can use the OnPlayerChat hook or chat commands or OnRunCommand for console commands.