Solved RunServerCommand in C#

Discussion in 'Rust Development' started by Chas, Jul 12, 2015.

  1. is it the same?

    rust.RunServerCommand("oxide.unload plugin");

    I'm trying to edit a c# plugin but not working and no example for c# in the Docs :(

    Thanks
     
  2. Code:
    ConsoleSystem.Run.Server.Normal("command");
     
  3. Perfect! Thnx :D