DirkScripts Logo

Login With FiveM

Login

🐢 Bounty Hunters v2
β€Ί

Create Bounty

Create Bounty

Create Bounty with UI

local office = "policeBounties" --## This must correlate to a bounty office
-- within the bountyoffices.lua of dirk-bountiesv2
TriggerServerEvent("bountyoffices:openBountyForm", office)

Create Bounty w/o UI

lua
  local shouldPay  = false
  local bountyData = {
    OriginOffice = "policeBounties", --## This must correlate to a bountyOffice they have in their bountyoffices.lua
    TargetName   = "MB MB",
    TargetID     = "LVL72878",
    DOB          = "2023-08-15",
    Bounty       = 5000,
    
    Reason       = "adwdadawdawdwadaw",
    Description  = "12313asdsdw",
    Image        = "",

    Consequences = {
      Vehicle           = false,
      VehicleReleaseFee = 1322,
      VehiclePlates     = {
        ["41BZC010"] = "issi7",
        ["27CXR234"] = "blista",
      },

      Fine              = true,
      FineAmount        = 1000,
      
      Jail              = true,
      JailTime          = 60,
    },
  }


  TriggerServerEvent("bountyoffice:createNewContract", bountyData, shouldPay)

Copyright Β© 2026 DirkScripts.

Not affiliated with or endorsed by Rockstar North, Take-Two Interactive, or any other rights holders. FiveM is a copyright and registered trademark of Take-Two Interactive Software, Inc.
Our checkout system is provided by Tebex Limited, who manage payment processing, product delivery, and billing support. Prices shown in currencies other than GBP are approximate conversions updated daily. All purchases are processed in GBP, so the final amount charged may vary depending on your bank or payment provider’s exchange rate.