Kill Feed

Displays a basic Kill Feed on screen!

Total Downloads: 17,882 - First Release: Nov 9, 2015 - Last Update: Oct 27, 2017

5/5, 36 likes
  1. just4fun: http://image.prntscr.com/image/68bb63a1f4bb4206bdc067fe1179a2b3.png
    even horses now carries guns. be aware! (using turret config plugin, so it's turret killed horse ;-)
    [DOUBLEPOST=1468735935][/DOUBLEPOST]still using 1.14.9 version, because like that bone display at kill thing, and only that version do not spams console with NRE error.
     
    Last edited by a moderator: Jul 17, 2016
  2. thx, realy best version
     
  3. Tuntenfisch updated Kill Feed with a new update entry:

    1.14.14


    [DOUBLEPOST=1468766068][/DOUBLEPOST]I'm so sorry for all the complications. :(
     
  4. With the latest:

    Code:
    (16:48:08) | [Oxide] 16:48 [Error] Failed to call hook 'ConsoleCommand' on plugin 'KillFeed v1.14.14' (NullReferenceException: Object reference not set to an instance of an object)
    (16:48:08) | [Oxide] 16:48 [Debug]   at Oxide.Plugins.KillFeed.ConsoleCommand (.Arg arg) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  5. Yup!

    Code:
    (16:50:32) | [Oxide] 16:50 [Error] Failed to call hook 'ConsoleCommand' on plugin 'KillFeed v1.14.14' (NullReferenceException: Object reference not set to an instance of an object)
    (16:50:32) | [Oxide] 16:50 [Debug]   at Oxide.Plugins.KillFeed.ConsoleCommand (.Arg arg) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  6. [Oxide] 15:53 [Error] Failed to call hook 'ConsoleCommand' on plugin 'KillFeed v1.14.14' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 15:53 [Debug] at Oxide.Plugins.KillFeed.ConsoleCommand (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.KillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 15:53 [Error] Failed to call hook 'ConsoleCommand' on plugin 'KillFeed v1.14.14' (NullReferenceException: Object reference not set to an
     
  7. Do you know a way to reproduce it? It runs fine on my local server. :(
     
  8. It happens the instant the plugin is loaded, you don't need to do anything to make that issue come up.


    Edit: odd, after loading .9 and putting .14 pack it runs just fine (for now)

    Code:
    (17:05:27) | [Oxide] 17:05 [Info] Unloaded plugin Kill Feed v1.14.9 by Tuntenfisch
    (17:05:27) | [Oxide] 17:05 [Info] Loaded plugin Kill Feed v1.14.14 by Tuntenfisch
    (17:05:27) | [Oxide] 17:05 [Info] [Kill Feed] Loading configuration file!
     
  9. Tuntenfisch updated Kill Feed with a new update entry:

    1.14.15


    [DOUBLEPOST=1468768327][/DOUBLEPOST]
    I had this shit happen before. I didn't change fuck all and just reloaded it a couple of times and it suddenly started working...
     
  10. Yeah very odd, hasn't come back either even after updating to .15. I'll keep you updated thanks for your effort though ;)
     
  11. Thanks for your work.now all runs very good.
     
  12. There is an old problem after a while some players ceased to show the the killing
     
  13. rust update, bug report
    Code:
    [07/29/2016 06:51:23] [Oxide] 06:51 [Error] Failed to call hook 'CanBeWounded' on plugin 'KillFeed v1.14.15' (NullReferenceException: Object reference not set to an instance of an object)
    [07/29/2016 06:51:24] [Oxide] 06:51 [Error] Failed to call hook 'CanBeWounded' on plugin 'KillFeed v1.14.15' (NullReferenceException: Object reference not set to an instance of an object)
    [07/29/2016 06:51:25] [Oxide] 06:51 [Error] Failed to call hook 'CanBeWounded' on plugin 'KillFeed v1.14.15' (NullReferenceException: Object reference not set to an instance of an object)
    
    Code:
    [07/29/2016 06:51:23] [Oxide] 06:51 [Debug]   at Oxide.Plugins.KillFeed+EntryData.GetHitEntity (.BaseCombatEntity entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed+EntryData..ctor (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed.CanBeWounded (.BasePlayer player, .HitInfo info) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.KillFeed.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  14. Does it only happen when you kill another player or with animals, too?
    I cannot get it to reproduce on my local server, but I'm all alone.
     
  15. There is an old problem after a while some players ceased to show the the killing
     
  16. Yeah same here for a while already. I tried reverting back to older version but still nothing.. Even removed the hide keys so it won't hide, but it's still going away after some time.
     
  17. No idea what would be causing this, sorry.
     
  18. How to remove pictures and that would just wrote the name of the weapon ??
     
  19. I'm sorry but I don't quite understand you. Can you elaborate?
     
  20. When you kill a player there is a picture of the weapon and I need just write the name of the weapon and all