CSB Match Damage Report

v1.0.0 1 descargas Daemon666 Última actualización: 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.

Instalación

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.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Autor original: CS:GO-style Damage Report Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_match_damage_report.sma main 4.6 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos hamsandwich
Conflictos conocidos Other damage-report/HUD-damage plugins will overlap; run only one to avoid duplicate messages.
Volver a Plugins