WSK Bounty Hunting
Turn your lawless towns into a bounty hunter's paradise.
A complete NPC bounty hunting system for RedM / RSG Framework. Players pull wanted posters off town bounty boards, track outlaws into the wilderness, fight through their gang, and drag them back — dead or alive.
How it plays
- Browse a western-styled bounty board and take a wanted poster — it's a real inventory item
- Read the poster for a generated crime story matched to how dangerous the target is
- Mark the location to get a 200m search area on the map — not an X on the target
- The outlaw spawns with an armed gang (2–12 guards by difficulty) that rallies when attacked
- Hogtie and deliver alive for 1.5× pay, or bring in the body for the base reward
- Turn in dead gang members for extra cash per body
- Hand a poster to another player and they can take over the hunt
Content out of the box
- 55 unique bounties across 3 independent boards (Annesburg, St Denis, Strawberry)
- 4 difficulty tiers from petty rustlers to nicknamed legendary outlaws
- Rewards randomized every board rotation, so the same outlaw is never worth the same twice
- Immersive wanted-poster UI with male/female sketch portraits
Built for live servers
- Boards persist through restarts — slot-based rotation with per-board refill timers
- Abandoned and expired contracts clean themselves up and return to the board (2h expiry + 24h safety net)
- Race-condition-safe pickups — two players can't grab the same bounty
- Completion cooldown to stop farming (configurable)
- Optional Discord webhook logging: pickups, completions, abandons, expiries, admin actions
- Full admin toolkit: give/cancel/complete bounties, inspect board slots, reset data, refresh boards
Make it yours The config is fully open: board locations, blips, slot counts and refill timers, every bounty (name, location, ped, weapons, gang), rewards and difficulty thresholds, cooldowns, spawn distance, crime-story templates, animations. The NUI (HTML/CSS/art) is unencrypted too — reskin the boards and posters freely. Add a new bounty or an entire new board in minutes, straight from config.
Requirements
- RSG Framework (rsg-core, rsg-inventory)
- ox_lib, ox_target, oxmysql
Install in minutes: one SQL file, one item entry, ensure wsk-bounty. Full README, admin command reference and technical docs included.