Quake-style killing-spree sounds and a HUD announcement at 3, 5, 7, 10+ kills. Fully configurable from an ini file.
CSB Killstreak Announcer counts a player's kills-without-dying and, when they hit a threshold, plays a Quake-style sound to everyone and shows a HUD banner ("Name - RAMPAGE (5 kills)!"). The streak resets when the player dies or when a new round starts.
The tier table — kill count, sound and text — is read from addons/amxmodx/configs/csb_killstreak.ini. A sensible default table (3/5/7/10/15) is built in, so the plugin works out of the box; the ini only overrides it.
Inspired by the classic Killing Streak by KaOs. Independent GPL re-implementation; no original code is reused.
Features
- Per-tier sound + HUD text, loaded from an ini file with a built-in fallback.
- Sounds precached at map start and played with
emit_soundto every client. - HUD colour set by cvars (
csb_killstreak_r/g/b). - Streak resets on death and on
Round_Start; suicides do not count.
Installation
- Compile and copy
csb_killstreak.amxxintoaddons/amxmodx/plugins/, add it toplugins.ini. - Copy
csb_killstreak.iniintoaddons/amxmodx/configs/(optional — defaults are built in). - Put the
.wavfiles undercstrike/sound/misc/and add them to your downloadables/fastdl so clients hear them. - Change the map.
Notes
The default sound paths (misc/csb_streak*.wav) are placeholders — drop in whatever spree pack you like and point the ini at it. A missing file simply plays nothing; the HUD banner still shows.









