CSB Round Summary

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

Shows a HUD and chat summary at round end: winner, running score, MVP, top damage dealer and survivor count.

CSB Round Summary ends every round with a quick recap. It tracks kills (from DeathMsg) and damage (from Ham_TakeDamage) live during the round, then when a team wins it shows the winner, the running T - CT score, the round MVP (most kills), the top damage dealer and how many players survived - both in a HUD sync channel and in chat. All per-round counters reset when the next round starts.

Features

  • Winner and running score for both teams.
  • Round MVP by kills and top damage dealer by damage dealt.
  • Survivor count at the moment the round ends.
  • Per-round kill and damage tracking that resets each round.

Installation

  1. Enable the hamsandwich module in modules.ini.
  2. Compile csb_round_summary.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

1. Enable the hamsandwich module in addons/amxmodx/configs/modules.ini
2. Put csb_round_summary.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map

CVARs

CVARDefaultDescription
csb_summary_enabled 1 Enable or disable the round summary.

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
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_round_summary.sma main 3.8 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 plugins that draw a HUD message in the same screen area at round end may overlap.
Back to Plugins