Put a cash bounty on a player's head; it shows in the HUD and pays the killer, with an anti-farm cooldown.
Daemon666
1.0.0 - Initial release.
| csb_bounty_system.sma main | 0ec27cc | 7.0 KB |
README.md
CSB Bounty turns credits into a hit list. A player types /bounty <name> <amount> to spend their own money marking a target; admins can add a server bounty with amx_bounty. Bounties are stored per SteamID in a Trie, the current top bounty is shown in the HUD, and whoever kills the marked player collects the reward as cash. Placement, increases and claims are all announced in chat.
An anti-farm cooldown stops two players from trading a bounty back and forth: if the same killer kills the same victim again within the cooldown, the bounty is voided instead of paid. Bounties reset at the start of every round.
Features
/bounty <name> <amount>paid from the placer's own money.amx_bounty <name> <amount>for a free server bounty (admin flaga).- Per-SteamID storage in a Trie; top bounty shown in the HUD.
- Reward paid via
cs_set_user_money, capped at $16000. - Anti-farm cooldown voids repeat kills; bounties reset each round.
Installation
- Enable the
cstrikemodule inmodules.ini. - Compile
csb_bounty_system.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map.
Instalação
1. Enable the cstrike module in addons/amxmodx/configs/modules.ini 2. Put csb_bounty_system.amxx in addons/amxmodx/plugins/ and add it to plugins.ini 3. Change map
Cvars
| CVAR | Default | Description |
|---|---|---|
csb_bounty_enabled |
1 |
Enable or disable player-placed bounties. |
csb_bounty_min |
500 |
Minimum amount for a player-placed bounty. |
csb_bounty_cooldown |
45 |
Seconds before the same killer can claim on the same victim again. |
Comandos
| Command | Access | Description |
|---|---|---|
say /bounty <name> <amount> |
|
Spend your money to place a bounty on a player. |
amx_bounty |
a (ADMIN_LEVEL_A) |
amx_bounty <name> <amount> - place a free server bounty. |
Registro de alterações — v1.0.0
1.0.0 - Initial release.Versões →
Avaliação
No ratings yet.
Download v1.0.0
Requisitos
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Opcional |
| ReAPI | Opcional |
| Metamod | Metamod / Metamod-r |
| Módulos | cstrike |
| Conflitos conhecidos | Other economy plugins that also set player money can interact oddly with bounty payouts. |
Colaboradores









