1. Good question, can we get some information on this.
     
  2. Wulf

    Wulf Community Admin

    Rust:IO is an extension, not a plugin. Extensions are pre-compiled and loaded from a different location; plugins cannot be compiled and loaded by the server. Is there a reason why you need a .dll?
     
  3. How to make an extension..is there any docs out there?
     
  4. Wulf

    Wulf Community Admin

  5. Some friends and i are creating a plugin which connects to a web database and i do not want to see the connection to the database .
     
  6. Wulf

    Wulf Community Admin

    Unless you can obfuscate the DLL, you'd still be able to see the code either way as C# is one of the easiest languages to decompile.
     
  7. i thing replace the database to a api system