Daemon666 / CSB Kill Feed Public

Enhances the kill feed with headshot markers, special-kill callouts (knife, HE, traced wallbangs) and an optional blind mode.

v1.0.0 103 downloads GPL-3.0 Last updated Aug 21, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 8, 2026 1 Versions
csb_kill_feed.sma main d330e50 3.5 KB
README.md

CSB Kill Feed makes the death feed more informative. Each DeathMsg is inspected: headshots get a chat marker, special kills — knife, HE grenade, and shots that a traceline shows went through geometry (a wallbang) — get a coloured callout, and an optional blind mode blanks the killer's identity in the feed so victims cannot see who killed them.

Features

  • Headshot and special-weapon callouts in coloured chat.
  • Wallbang detection via a killer-to-victim traceline (engine).
  • Blind mode rewrites the DeathMsg killer to world.
  • Everything toggleable by cvar.

Installation

  1. Enable the engine module in modules.ini.
  2. Compile csb_kill_feed.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Installation
1. Enable the engine module in addons/amxmodx/configs/modules.ini
2. Put csb_kill_feed.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
CVARs
CVARDefaultDescription
csb_feed_enabled 1 Enable or disable the enhanced feed.
csb_feed_special 1 Announce special kills and headshots.
csb_feed_blind 0 Hide the killer's name in the kill feed.
Commands
CommandAccessDescription
(automatic) Kills are annotated automatically.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules engine
Known conflicts Other plugins that hook or rewrite DeathMsg can conflict with blind mode.
Contributors
Back to Plugins