Rewards the first kill of every round with a sound, a coloured announcement and bonus HP and/or cash.
Daemon666
1.0.0 - Initial release.
| csb_first_blood.sma main | 0bb0db3 | 3.5 KB |
README.md
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
HLTVnew-round reset and a one-shot lock. - Reward mode cvar:
0none,1HP,2cash,3both; 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
- Compile
csb_first_blood.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand 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.
Installation
1. Put csb_first_blood.amxx in addons/amxmodx/plugins/ 2. Add it to addons/amxmodx/configs/plugins.ini 3. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
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). |
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.Versionen →
Bewertung
No ratings yet.
Info
Download v1.0.0
Anforderungen
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optional |
| ReAPI | Optional |
| Metamod | Metamod / Metamod-r |
| Module | cstrike fun |
| Bekannte Konflikte | Other first-blood / first-kill reward plugins will double-announce; run only one. |
Mitwirkende









