Competitive damage report on death and at round end: exactly how much damage you dealt and took per opponent, with hit counts.
CSB Match Damage Report brings the CS:GO-style damage breakdown to CS 1.6. Every hit is accumulated in a Ham_TakeDamage hook per attacker/victim pair with a hit count, so when you die you see a precise report: how much damage you dealt to each opponent and how much you took from them, with the number of hits on each side.
Features
- Per-opponent report on death: to Player: 84 dmg / 3 hit(s) | from Player: 100 dmg / 4 hit(s).
- Tells you who landed the kill on you.
- Round-end summary (
Round_Endlog event) naming the opponent you did the most damage to. - All counters reset cleanly on every new round.
- Self-damage and world damage are ignored so the numbers stay honest.
Installation
- Make sure the
hamsandwichmodule is enabled inaddons/amxmodx/configs/modules.ini(it is by default). - Compile, copy
csb_match_damage_report.amxxintoaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
Inspired by the CS:GO-style damage-report plugins for AMX Mod X; this is an independent GPL re-implementation.









