Rust Heli death notifications

Discussion in 'Plugin Requests' started by myles., Mar 19, 2017.

  1. Hi,

    I'm currently using Death Notes for most generic death notifications, heli control for custom spawn times of heli and betterloot to control loot tables.

    This works well, all the plugins play nice with each other. However, I can't find a mod that announces when heli has been destroyed - I'm sure death notes used to handle this, but doesn't seem to anymore.

    Any ideas?

    Cheers,
    Myles
     
  2. Something like this would work

    Code:
            void OnEntityDeath(BaseCombatEntity entity, HitInfo info)
            {
                if (entity is BaseHelicopter)
                    rust.BroadcastChat("The helicopter has died!");
            }
     
  3. @myles. DeathNotes will broadcast about the heli being destroyed ONLY when the parts are harvested... dont know why then and not when its falling out of the sky but meh
     
  4. That's not working for me :( Not sure why, perhaps something to do with the health - I've lowered it.