1. Wulf

    Wulf Community Admin

    Wulf submitted a new resource:

    Announcer - Broadcasts customizable messages when players join/quit

    Read more about this resource...
     
  2. will it work in Rust?
     
  3. Wulf

    Wulf Community Admin

    No, this is only for The Forest right now, there are other options for Rust.
     
  4. Tell me what, please?
     
  5. Wulf

    Wulf Community Admin

  6. 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 ?
     
  7. Wulf

    Wulf Community Admin

    This is likely a bit dated, so I'll take a look once I get a chance.
     
  8. thank you so much, im on it too :)
     
  9. 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
        {
        }
    }
    
    so... forest property don't found ?
     
  10. Wulf

    Wulf Community Admin

    There is a bit missing and this is a bit outdated like I mentioned.
     
  11. Getting the same error. Any chance of updating this? It's a really good idea and it would be the first working plugin for the game! <3
     
  12. Wulf

    Wulf Community Admin

    It'll be updated once we implement a few fixes in Oxide itself.
     
  13. 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
    Do you know what is the source of the error?