BetterSay

Moved

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

5/5, 14 likes
  1. I see no reason why it should not be working. May you show me your config?
     
  2. {
    "Prefix": "SERVER CONSOLE",
    "PrefixColor": "orange",
    "PrefixSize": "20",
    "TextColor": "white",
    "TextSize": "20"
    }
    standard config
     
  3. Ill see how I can fix that.
    [DOUBLEPOST=1440383723][/DOUBLEPOST]
    Ill see how I can fix that.
    [DOUBLEPOST=1440383781][/DOUBLEPOST]
    Ill see how I can fix that.
     
  4. I think the version number in the plugin needs to be updated?
     
  5. LaserHydra updated Better Say Command with a new update entry:

    2.0.0

     
  6. LaserHydra updated Better Say Command with a new update entry:

    2.0.01

     
  7. (08:02:08) | [Oxide] 12:02 AM [Warning] Calling hook OnRunCommand resulted in a conflict between the following plugins: rustcore, BetterSay
     
  8. Uh. Not sure about that.
    @Wulf?
     
  9. LaserHydra updated Better Say Command with a new update entry:

    2.0.02


    [DOUBLEPOST=1447425373][/DOUBLEPOST]
    Update 2.0.02 should have fixed it :)
     
  10. How would I go about adding a different icon or steamid for this?
     
  11. I rewrote the sending of the messages for this plugin to allow for changing the icon.

    Code:
    void BroadcastChat(string prefix, string msg = null) => ConsoleSystem.Broadcast("chat.add", "0", msg == null ? prefix : "<color=#00FF8D>" + prefix + "</color>: " + msg);void SendChatMessage(BasePlayer player, string prefix, string msg = null) => rust.SendChatMessage(player, msg == null ? prefix : "<color=#00FF8D>" + prefix + "</color>: " + msg, null, "0");
    
    Simply replace the 2 voids at the end of the plugin with this and insert a SteamID for the icon you wish to use instead of the 0 in each line.
     
  12. Doesn't work with: RemoveAAA | Oxide
    [Oxide] 10:04 AM [Warning] Calling hook OnRunCommand resulted in a conflict between the following plugins: RemoveAAA, BetterSay
     
  13. Should be fixed with the latest RemoveAAA update.
     
  14. thank you
     
  15. All of my players have access to the bettersay console command...
     
  16. Do you have the latest version?
     
  17. is there a way to add server chat icon like in notifier? steamid icon?
     
  18. If you scroll up a little bit I've shown how to do it. Post #51
     
  19. Plugin is posting twice in the chat since the update.
     
  20. Same thing with me.