1. Code:
    rust.RunServerCommand("pasteback dtctfa auth false");
    Used this code previously, trying to auto paste some buildings in my CTF Server, currently trying to modify killyous Arena Plugin, to do this again...

    Code:
    Error while compiling: ArenaEvents.cs(1531,5): error CS0038: Cannot access a nonstatic member of outer type `Oxide.Plugins.RustPlugin' via nested type `Oxide.Plugins.ArenaEvents.CTF'
     
  2. Wulf

    Wulf Community Admin

    You'll need to make a instance of it to access it inside of the other non-standard class, else us a different method for sending chat.