Daemon666 / CSB Killer HP Publiczny

On death, see your killer's remaining HP/armour, weapon, distance and how many hits it took.

v1.0.0 144 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Oct 25, 2025 1 Wersje
csb_killer_hp.sma main de7e54a 4.6 KB
README.md

CSB Killer HP answers the question everyone asks after a bad trade: how much health did the guy who killed me actually have left? When you die it prints your killer's remaining HP and armour, the weapon they used, the distance in metres and the number of hits it took to drop you.

How it works

Damage and hit counts are accumulated in the Ham_TakeDamage hook keyed by attacker and victim, then read back in Ham_Killed — so the hit count and total damage are the real values, not a guess from the DeathMsg. The killer's HP/armour are read at the moment of the kill, the weapon from get_user_weapon, and the distance from the two players' origins.

Features

  • Killer HP and armour at the time of the kill.
  • Weapon used, with the weapon_ prefix stripped.
  • Distance in metres and exact hit count / total damage.
  • Both a coloured chat message and a HUD line (each toggleable).

Inspired by the well-known Killer HP / Killer Info plugins; this is an independent GPL re-implementation.

Installation

  1. Compile and copy csb_killer_hp.amxx into addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.
Instalacja
1. Put csb_killer_hp.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change map
Cvary
CVARDefaultDescription
csb_killerhp_enabled 1 Enable or disable the killer report.
csb_killerhp_hud 1 Show the report as a HUD message.
csb_killerhp_chat 1 Show the report in coloured chat.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
  • Hud Info
  • Licencja: GPL-3.0
  • Daemon666
  • Oryginalny autor: AMX Mod X community (Killer HP / Killer Info)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta hamsandwich
Współtwórcy
Wróć do Pluginów