BetterSay

Moved

Total Downloads: 5,081 - First Release: Apr 30, 2015 - Last Update: May 13, 2018

5/5, 14 likes
  1. same here
     
  2. Don't want to beat a dead horse since I know you're on top of things Laser but it definitely is posting twice since the update.
     
  3. Double posting should be fixed with the latest oxide update.
     
  4. Plugin not work since update. An oxide problem?
     
  5. Wulf

    Wulf Community Admin

    Are you getting any errors? Details please. ;)
     
  6. No errors, just, plugin don't work
     
  7. no errors but when config is changed the chat still comes up as SERVER
     
  8. Don't works since last update 1379
    [DOUBLEPOST=1464899072][/DOUBLEPOST]It's same for HideAAA
     
  9. Can confirm doesn't work on latest update.
     
  10. Wulf

    Wulf Community Admin

    Update to Oxide 2.0.1985 or higher, should be fixed.
     
  11. Works, thanks!
     
  12. Code:
    [Oxide] 08:45 [Warning] 'BetterSay v2.0.2' is using deprecated hook 'OnRunCommand', which will stop working on Monday, 01 August 2016. Please ask the author to update to 'OnServerCommand'
     
  13. Try this.
    ❌Line №47: object OnRunCommand(ConsoleSystem.Arg arg)❌
    ✔Line №47: object OnServerCommand(ConsoleSystem.Arg arg)✔
     

    Attached Files:

  14. thanx!
     
  15. help, this plug-in doesn't work! You writes the message to the console, but it isn't output
     
  16. After today's update:

    Code:
    (16:10:20) | [Oxide] 16:10 [Error] BetterSay plugin failed to compile!
    (16:10:20) | [Oxide] 16:10 [Error] BetterSay.cs(128,79): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
    [DOUBLEPOST=1468527707][/DOUBLEPOST]Disregard, fixed it.

    Code:
    ConsoleSystem.Broadcast
    To

    Code:
    rust.BroadcastChat
     
  17. Wulf

    Wulf Community Admin

    C# plugins can use PrintToChat and such, they don't need to use the library helper. If you have ConsoleSystem.Broadcast in this plugin, you're super outdated too.
     
  18. Wulf

    Wulf Community Admin

    Wulf updated Better Say Command with a new update entry:

    2.0.1

     
  19. Rak

    Rak

    Uhh Hydra.. Newest update autogenerates russian config?

    Code:
    {
      "Settings": {
        "Formatting": "{Title}: {Message}",
        "Message Color": "white",
        "Title": "◄ КОНСОЛЬ ►",
        "Title Color": "orange"
      }
    }
     
  20. Lol?? :p

    Taking a look.
     
    Last edited by a moderator: Jul 15, 2016