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
Solved RunServerCommand in C#
Discussion in 'Rust Development' started by Chas, Jul 12, 2015.
-
Code:
ConsoleSystem.Run.Server.Normal("command");
-
Perfect! Thnx