CSB Bounty

v1.0.0 16 descargas Daemon666 Última actualización: Jul 16, 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.

Instalación

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.

Comandos

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.

Registro de cambios — v1.0.0

1.0.0 - Initial release.
Versiones →
Colaboradores: Daemon666 ✦
Licencia: GPL-3.0

Valoración

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descargar .sma
Archivos:
csb_bounty_system.sma main 7.0 KB

Requisitos

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcional
ReAPI Opcional
Metamod Metamod / Metamod-r
Módulos cstrike
Conflictos conocidos Other economy plugins that also set player money can interact oddly with bounty payouts.
Volver a Plugins