Per-round, per-map and lifetime (nVault) headshot tracking with a HUD counter and a round-end best-hunter callout.
CSB Headshot Counter reads the headshot flag straight from the DeathMsg event, so it counts real head kills, not guesses. It keeps three numbers per player: this round, this map, and lifetime — the lifetime totals are stored per SteamID in nVault and reloaded on connect. A small HUD counter shows the map total, and at the end of each round the player with the most headshots is announced.
Features
- Headshots counted from the
DeathMsgheadshot byte (accurate, engine-provided). - Lifetime headshots and total kills persisted per SteamID in nVault.
say /hsprints your map total plus your lifetime HS ratio as a percentage.- Round-end "best headshot hunter" announcement (needs at least 2).
- HUD counter of headshots this map, updated on each head kill.
Installation
- Make sure the
nvaultmodule is enabled inaddons/amxmodx/configs/modules.ini. - Compile
csb_headshot_counter.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map. The vault file
csb_headshots.vaultappears inaddons/amxmodx/data/vault/.









