CSB Killstreak Announcer

v1.0.0 0 загрузок Daemon666 Обновлено: Jul 14, 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.

Установка

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

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.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Оригинальный автор: KaOs (Killing Streak) Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma Скачать .zip
Файлы:
csb_killstreak.sma main 5.2 KB
csb_killstreak.ini 0.6 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Известные конфликты Any other multi-kill/killing-spree announcer that also hooks DeathMsg - run only one.
Назад к плагинам