Quake-style killing-spree sounds and a HUD announcement at 3, 5, 7, 10+ kills. Fully configurable from an ini file.
| csb_killstreak.sma main | 23b2e28 | 5.2 KB |
| csb_killstreak.ini | e8d4bda | 0.6 KB |
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.
1. Put csb_killstreak.amxx in addons/amxmodx/plugins/ and add it to plugins.ini 2. Optionally copy csb_killstreak.ini into addons/amxmodx/configs/ 3. Put the .wav files under cstrike/sound/misc/ and add them to your downloadables 4. Change map
| CVAR | Default | Description |
|---|---|---|
csb_killstreak_enabled |
1 |
Enable or disable streak announcements. |
csb_killstreak_r |
255 |
HUD message red component. |
csb_killstreak_g |
160 |
HUD message green component. |
csb_killstreak_b |
0 |
HUD message blue component. |
1.0.0 - Initial release.Versiuni →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opțional |
| ReAPI | Opțional |
| Metamod | Metamod / Metamod-r |
| Conflicte cunoscute | Any other multi-kill/killing-spree announcer that also hooks DeathMsg - run only one. |









