1. Is there a guide to walk you through setting up the API? If so can you please link it, thank you :)
     
  2. Wulf

    Wulf Community Admin

    What exactly are you trying to do?
     
  3. Create a plugin for Rust.
     
  4. Thank you! It appears I'm missing one last thing which is the Oxide.Ext.CSharp.dll which I cannot find under my Managed folder. I downloaded a fresh new install of Oxide for rust and still cannot seem to find that file. Any suggestions?
     
  5. Wulf

    Wulf Community Admin

    It's Oxide.Core.CSharp.dll, and it's included with every Oxide build.
     
  6. Hmm, so it seems I have that already added as a reference. The main issue is that I receive this error message when I input the plugin into my server.


    Error while compiling Program.cs(11,24): error CS0234: The type or namespace name `Tasks' does not exist in the namespace `System.Threading'. Are you missing an assembly reference?
    [DOUBLEPOST=1486352529][/DOUBLEPOST]Oh and for reference this is what I currently have in my CS file:
    upload_2017-2-5_22-38-22.png
     

    Attached Files:

  7. Error fixed! My .NetFramework was set to 4.2 when it should have been set to 3.5. Thanks everyone :)