1. Hi, I'm trying to make a simple mod that logs spawned items and saves the log into a file.

    How can I do that since I can't use System.IO.TextWriter?
     
  2. Use the "LogToFile" method Oxide provides.
     
  3. Wulf

    Wulf Community Admin

  4. Works like charm. Thanks!