Wulf submitted a new resource:
Announcer - Broadcasts customizable messages when players join/quit
Read more about this resource...
Announcer [Unmaintained]
Discussion in 'Plugin Support' started by Wulf, Nov 17, 2015.
-
Wulf Community Admin
-
will it work in Rust?
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Im really new on the forest plugins install, never installed before, have TheForestDedicatedServer_Data folder and oxide folder too,
downloaded your plugin.cs file
have source files from oxide in visual studio
where i must let this plugin.cs files to load on server ? -
Wulf Community Admin
-
thank you so much, im on it too
-
Finally got loaded on server, but fail... its' my version right ? v2.0.3218
Loaded plugin The Forest v2.0.3218 by Oxide Team
Log: Loaded plugin The Forest v2.0.3218 by Oxide Team
Error while compiling: Announcer.cs(44,53): error CS0103: The name `forest' does not exist in the current context
Error: Error while compiling: Announcer.cs(44,53): error CS0103: The name `forest' does not exist in the current context
My TheForestPlugin.cs version have this
Code:namespace Oxide.Plugins { public abstract class TheForestPlugin : CSharpPlugin { } }
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Hello,
I meet the following error while starting the server.
I download the Announcer plugin then place it in the oxide\plugins folder and after server restart i get this error:
Code:Error while compiling: Announcer.cs(44,53): error CS0103: The name `forest' does not exist in the current context