1. Hi,
    I'm wondering if someone would help me with C#.
    I'm using Visual Studio, and I've imported 'fly' by @Bombardir as an quick 'layout'.
    But, it's missing a ton of methods.
    I've Added the following references, and it's still not fixed;
    Code:
    Assembly-CSharp
    Oxide.Core
    RustBuild
    UnityEngine
    There's probably unnecessary references listed, but I tried to find out what 'RustPlugin' is being referred by.
    [​IMG] [​IMG]

    As shown in the images above, there red-lining.
    Hey, there might not even be a .DLL I need to refer, just there as it's necessary.

    It's just I get a bit OCD if there are red lines. Aha.

    Thanks,
    Amos.
     
  2. Clone the Oxide repository on Github and create your plugin files inside the Oxide.Ext.Rust project in the Plugins directory. You will find the SamplePlugin.cs file in that directory. By using the Oxide.Ext.Rust project you will have references to everything you need out of the box.
     
  3. Worked! Thank you very much @bawNg!