CSB Match Damage Report

v1.0.0 1 downloads Daemon666 Last updated: Jul 15, 2026

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_End log 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

  1. Make sure the hamsandwich module is enabled in addons/amxmodx/configs/modules.ini (it is by default).
  2. Compile, copy csb_match_damage_report.amxx into addons/amxmodx/plugins/ and add it to plugins.ini.
  3. 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

CVARDefaultDescription
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 →
Contributors: Daemon666 ✦
Original author: CS:GO-style Damage Report License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_match_damage_report.sma main 4.6 KB

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.
Back to Plugins