Daemon666 / CSB Bounty Public

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

v1.0.0 177 téléchargements GPL-3.0 Dernière mise à jour Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Versions
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 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.
Commandes
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.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules cstrike
Conflits connus Other economy plugins that also set player money can interact oddly with bounty payouts.
Contributeurs
Retour aux Plugins