Solved Can't use any functions from Oxide (C#)
Discussion in 'Rust Development' started by just1n_rocks, Jun 2, 2015.
-
Wulf Community Admin
You can import any of the DLLs found under the RustDedicated_Data/Managed directory using the standard C# methods. What you want to do depends on what you import. If you are using a proper IDE, they will often suggest which assemblies to import.
http://www.dotnetperls.com/using
https://msdn.microsoft.com/en-us/library/yh598w02(v=vs.140).aspx -
"PluginName.cs(45,38): error CS0103: The name `player' does not exist in the current context" -
Wulf Community Admin