CSB Bounty

v1.0.0 0 downloads Daemon666 Last updated: Jul 15, 2026

Put a cash bounty on a player's head; it shows in the HUD and pays the killer, with an anti-farm cooldown.

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 flag a).
  • 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

  1. Enable the cstrike module in modules.ini.
  2. Compile csb_bounty_system.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.

Installation

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

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

Commands

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

Changelog — v1.0.0

1.0.0 - Initial release.
Versions →
Contributors: Daemon666 ✦
License: GPL-3.0

Rating

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Download source (.sma)
Files:
csb_bounty_system.sma main 7.0 KB

Requirements

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Required modules cstrike
Known conflicts Other economy plugins that also set player money can interact oddly with bounty payouts.
Back to Plugins