vi/raiser
gangs
gangs, GTA 6 style illustration
Vaultintermediategangs

Rival Bounty / Hit Contract

ESX bounty system that escrows a placer's money against a named rival and pays the escrow to whoever lands the server-confirmed kill.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~91 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25
Unlock price
$199Vault

Unlock all 510 prompts

Profit potential / morising
$900($250 to $3,500)

$50-389 script band, sized for a rising niche; top sellers clear around $11.85K/mo.

Effort vs return
intermediate2-4h

Description

A working ESX rival bounty system: a player escrows their own cash to place a hit on a specific rival, the open contracts show on a hit-list, and the escrow pays out to whoever lands the server-confirmed kill. Because the money is deducted up front and paid from escrow, the economy stays balanced, a clean way to monetize rivalry that sells well standalone.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 Eyes-only, locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth, both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access, pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts, the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates, new niches as the market moves
Get the Vault, $199

$49 for 60 · $199 for all 510 + intelligence, one-time, no subscription.

Expected Output

The reference Lua lives at content/expected-outputs/gangs/18-rival-bounty-contract.lua. It implements a place-bounty command that escrows the placer's money server-side, a broadcast hit-list, and a…

🔒 Eyes-only, locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth, both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access, pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts, the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates, new niches as the market moves
Get the Vault, $199

$49 for 60 · $199 for all 510 + intelligence, one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Minted payouts, paying without escrowing the placer's money creates cash; deduct on place and pay only from the held escrow, all server-side.
  • Anim before load, the confirm TaskPlayAnim no-ops if the dict is not loaded; RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • Double / self pay, a stale bounty or self-kill double-pays; clear Bounties[victim] atomically on payout and reject killer == victim.

Corrective re-prompt: In bounty:place, removeMoney from the placer before recording the escrow and reject on insufficient funds. In bounty:claimKill, read Bounties[victim], reject when it is nil or killer == victim, addMoney to the killer from the stored escrow, then set Bounties[victim] = nil before broadcasting so the contract can never be claimed twice.

Framework Integration

  • ESX: exports['es_extended']:getSharedObject(); xPlayer.getMoney(), removeMoney, addMoney.
  • QBCore: exports['qb-core']:GetCoreObject(); Player.Functions.RemoveMoney/AddMoney('cash', amount).
  • QBox: exports.qbx_core:GetPlayer(src); player.Functions.RemoveMoney/AddMoney('cash', amount).

Profit Potential

$250-$3500/mo on Tebex (expected ~$900), priced inside the $50-389 FiveM script band against a top sellers clear around of $11.85K/mo (comparable Tebex), scaled for a rising rivalry-economy niche.

Trend Signal

↗ rising, inferred: Bounty/hit contracts are a popular cross-server mechanic that monetizes rivalry; inferred-rising.

Sales Angle

Position as a live hit-list economy that turns grudges into cash flow. Recommended Tebex price $99-149.

Difficulty & Ship Time

intermediate · ships in 2-4h.