CustomDeathMessages

Moved

Total Downloads: 2,828 - First Release: Dec 18, 2015 - Last Update: Nov 14, 2017

5/5, 12 likes
  1. Doesn't seem to load.
     
  2. Wulf

    Wulf Community Admin

    Could you provide more details? Are you getting any errors?

    The plugin is loading fine on the latest Oxide, so you may want to check that you are fully updated.
    [DOUBLEPOST=1450466323][/DOUBLEPOST]@Trentu, you changed a bit in your plugin from what I suggested:
    Code:
    if (messages == null) return false;
    Should be:
    Code:
    if (messages == null) return null;
    If you don't return null with that check, the default messages will be cancelled and there'd be no messages then.
     
    Last edited: Dec 18, 2015
  3. I am fully up to date (unless there was a third one today). I'm really not sure how to check logs for it? But i place it in do /load PluginName nothing happens
     
  4. Wulf

    Wulf Community Admin

    The plugin is automatically loaded, you don't need to load it manually.
     
  5. CustomDeathMessages.cs(40,33): error CS1501: No overload for method `GetMessage' takes `1' arguments - Maybe im not fully update like i thought i was?
     
  6. Wulf

    Wulf Community Admin

    Ahh, I missed that part when reviewing the plugin.
    Try the below attachment.
     
    Last edited: Dec 18, 2015
  7. Not changing messages in chat
     
  8. Wulf

    Wulf Community Admin

    Do you see anything at all? Any errors?
     
  9. [Error] Failed to call hook 'OnDeathNotice' on plugin 'CustomDeathMessages v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)
     
  10. Wulf

    Wulf Community Admin

    Missed a bit more, here ya go. Sorry about missing those parts @Trentu.
     
  11. Working good now.
     
  12. Plans to overwrite the player vs player Death messages? id like to make them colored
     
  13. I think it's useless plugin
     
  14. Wulf

    Wulf Community Admin

    Customizing your server experience is never useless, that's all up to the user.
     
  15. How do I customize the death messages?
     
  16. How we can change death message by killed Animals?
     
  17. Trentu updated Custom Death Messages with a new update entry:

    1.0.2

     
  18. Can i localize messages in plugin src's?