1. How i can add reference to selected assembly and use reference in class where hook?
     
  2. Wulf

    Wulf Community Admin

    You'd likely have to do some IL magic to actually get another reference DLL added to a pre-compiled DLL, there isn't really an easy way.
     
  3. How you add reference to Oxide.Core? Write filename
    [DOUBLEPOST=1498235833][/DOUBLEPOST]source file
     
  4. Wulf

    Wulf Community Admin

    You'd have to add an IL patch (Modify hook type) to inject that into the DLL you are modifying.
     
  5. Thanks