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?
Solved Saving to a log file?
Discussion in 'Rust Development' started by Lazy_Traveller, Feb 21, 2018.
-
Use the "LogToFile" method Oxide provides.
-
Wulf Community Admin
-
Works like charm. Thanks!