Daemon666 / CSB Killstreak Announcer Öffentlich

Quake-style killing-spree sounds and a HUD announcement at 3, 5, 7, 10+ kills. Fully configurable from an ini file.

v1.0.0 205 Downloads GPL-3.0 Zuletzt aktualisiert Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Jul 12, 2025 1 Versionen
csb_killstreak.sma main 23b2e28 5.2 KB
csb_killstreak.ini e8d4bda 0.6 KB
README.md

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_sound to 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

  1. Compile and copy csb_killstreak.amxx into addons/amxmodx/plugins/, add it to plugins.ini.
  2. Copy csb_killstreak.ini into addons/amxmodx/configs/ (optional — defaults are built in).
  3. Put the .wav files under cstrike/sound/misc/ and add them to your downloadables/fastdl so clients hear them.
  4. 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.

Installation
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
Cvars
CVARDefaultDescription
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.
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.
Versionen →
Bewertung

No ratings yet.

Info
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma herunterladen Installationspaket (.zip) herunterladen
Anforderungen
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Bekannte Konflikte Any other multi-kill/killing-spree announcer that also hooks DeathMsg - run only one.
Mitwirkende
Zurück zu den Plugins