Show Hit Info

Display how much damage the player deals when attacking other entities

Total Downloads: 1,746 - First Release: Mar 30, 2016 - Last Update: Mar 30, 2016

5/5, 9 likes
  1. nomizzz submitted a new resource:

    Show Hit Info - Display how much damage the player deals when attacking other entities

    Read more about this resource...
     
  2. nomizzz updated Show Hit Info with a new update entry:

    1.1.0

     
  3. Do with GUI, without chat-command, by perm.
     
  4. Thank you, great plugin!!
     
    Last edited by a moderator: Mar 31, 2016
  5. You ahead me, I wanted to make a plugin Damage Indicator...
     
  6. any way we could round the numbers up? instead of you did 30.999999999999999999 damage you did 31..
     
  7. Code:
    hitInfo.damageTypes.Total()
    >>
    Code:
    (int)hitInfo.damageTypes.Total()
     
  8. how to set default active?
     
  9. i see just my damage im the owner how can set the see for all players? or another advice plugins for damage
     
  10. does this show hit damage to a heli for the admin to review?
     
  11. the type or namespace name 'BasePlayer' could not be found.Are you missing an assembly reference?

    help me
     
  12. Code:
    t Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
    Failed to call hook 'OnEntityTakeDamage' on plugin 'ShowHitInfo v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.ShowHitInfo_OnEntityTakeDamage (.BaseCombatEntity victim, .HitInfo hitInfo) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ShowHitInfo.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0