Competitive damage report on death and at round end: exactly how much damage you dealt and took per opponent, with hit counts.
Daemon666
1.0.0 - Initial release.
| csb_match_damage_report.sma main | 038b09d | 4.6 KB |
README.md
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.
Installation
1. Ensure the hamsandwich module is enabled in modules.ini 2. Put csb_match_damage_report.amxx in addons/amxmodx/plugins/ 3. Add it to plugins.ini 4. Change map
CVARs
| CVAR | Default | Description |
|---|---|---|
csb_dmgreport_enabled |
1 |
Enable or disable the damage report. |
csb_dmgreport_roundend |
1 |
Also print a short summary at round end. |
Changelog — v1.0.0
1.0.0 - Initial release.Versions →
Rating
No ratings yet.
About
Download v1.0.0
Requirements
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Not required |
| ReAPI | Not required |
| Metamod | Metamod / Metamod-r |
| Required modules | hamsandwich |
| Known conflicts | Other damage-report/HUD-damage plugins will overlap; run only one to avoid duplicate messages. |
Contributors









