CSB Killstreak Announcer

v1.0.0 11 descărcări Daemon666 Ultima actualizare: Jul 15, 2026

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_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.

Instalare

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-uri

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.

Jurnal de modificări — v1.0.0

1.0.0 - Initial release.
Versiuni →
Contribuitori: Daemon666 ✦
Autor original: KaOs (Killing Streak) Licență: GPL-3.0

Evaluare

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descarcă .sma Descarcă .zip
Fișiere:
csb_killstreak.sma main 5.2 KB
csb_killstreak.ini 0.6 KB

Cerințe

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.
Înapoi la Pluginuri