On death and on /dmg, shows who hit you for how much (and how many hits) and who you hit, tracked per round in Ham_TakeDamage.
| csb_damage_report.sma main | 3340c26 | 4.6 KB |
CSB Damage Report answers the two questions every player asks after a firefight: "how much did I actually do to him?" and "who chunked me?". Every hit is accumulated in Ham_TakeDamage into per-attacker / per-victim tables that reset at the start of each round.
When you die you get a two-part chat report — the damage you dealt and the damage you took, each broken down by opponent with the number of hits — plus an optional short HUD summary of your exchange with the player who killed you. You can also pull the report at any time with /dmg.
Inspired by VEN's Damager / Hit Report. This is an independent GPL re-implementation; no original code is reused.
Features
- Per-round damage and hit counts both ways, reset on every new round.
- Automatic report on death (toggle with
csb_dmg_ondeath). - HUD summary of the exchange with your killer (toggle with
csb_dmg_hud). /dmg//hpto print the current round's report on demand.- Only needs the
hamsandwichmodule.
Installation
- Make sure the
hamsandwichmodule is enabled inaddons/amxmodx/configs/modules.ini. - Compile and copy
csb_damage_report.amxxintoaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.
1. Enable the hamsandwich module in addons/amxmodx/configs/modules.ini 2. Put csb_damage_report.amxx in addons/amxmodx/plugins/ 3. Add it to plugins.ini 4. Change map
| CVAR | Default | Description |
|---|---|---|
csb_dmg_enabled |
1 |
Enable or disable damage tracking. |
csb_dmg_hud |
1 |
Show the HUD summary of your exchange with the killer. |
csb_dmg_ondeath |
1 |
Print the chat report automatically when you die. |
| Command | Access | Description |
|---|---|---|
say /dmg |
|
Print this round's damage report. |
say /hp |
|
Alias for /dmg. |
1.0.0 - Initial release.Versions →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Not required |
| ReAPI | Not required |
| Metamod | Metamod / Metamod-r |
| Required modules | hamsandwich |









