CSB First Blood

v1.0.0 6 изтегляния Daemon666 Последна актуализация: Jul 15, 2026

Rewards the first kill of every round with a sound, a coloured announcement and bonus HP and/or cash.

CSB First Blood spots the first kill of each round from the DeathMsg event, plays a sound, announces the killer in coloured chat and hands out a configurable reward: bonus HP (fun), extra cash (cstrike), or both. It also keeps a per-map tally and calls out the current first-blood leader once someone has drawn first blood more than once.

Features

  • One reliable trigger per round using a HLTV new-round reset and a one-shot lock.
  • Reward mode cvar: 0 none, 1 HP, 2 cash, 3 both; amounts are cvars.
  • Cash is clamped to the CS ceiling of $16000.
  • Configurable sound path (default a stock game sound, so no downloads are required).
  • Per-map first-blood leader announced in chat.

Installation

  1. Compile csb_first_blood.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

The default sound buttons/bell1.wav ships with the game, so nothing extra needs to be precached or downloaded. Point csb_fb_sound at your own file if you add one to the fastdl.

Инсталация

1. Put csb_first_blood.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map

Cvar-и

CVARDefaultDescription
csb_fb_enabled 1 Enable or disable first-blood awards.
csb_fb_reward 3 Reward mode: 0 none, 1 HP, 2 cash, 3 both.
csb_fb_hp 25 Bonus HP granted on first blood.
csb_fb_cash 1000 Bonus cash granted on first blood.
csb_fb_sound buttons/bell1.wav Sound played on first blood (relative to the sound/ folder).

Списък с промени — v1.0.0

1.0.0 - Initial release.
Версии →
Сътрудници: Daemon666 ✦
Лиценз: GPL-3.0

Оценка

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Изтегли .sma
Файлове:
csb_first_blood.sma main 3.5 KB

Изисквания

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Модули cstrike fun
Известни конфликти Other first-blood / first-kill reward plugins will double-announce; run only one.
Обратно към плъгините