[FREE][QB] Realistic Heists | Simple Plugin to charge players for heists amount!

Realistic Deduction of Heist Loot from Player Bank Accounts

So, I have been working on a more powerful Economy for FiveM RP Servers, and thus I decided to make this very simple script. Realistic Heists is a small plugin (script) that allows you to charge actual players for money made during heists, because ideally people should face consequences for a heist and keeping their money in their banks.

Features

  • Targets both offline and online players
  • You can configure - ratio of amount, people affected, randomization, emails, accounts affected, online vs offline ratio.
  • Has setup to send emails to people to inform about deductions.
  • Deduction amount can be randomized (Ratio based)
  • Open Source
Config File
-- This file is for global settings and configurations

RealisticHeistsConfig = {
    enableDebug = true, -- Enable or disable debug mode
    
    totalAmountRatio = 0.5, -- The ratio of the total amount of money that will be taken from the people

    randomizedDeductionAmount = true, -- Randomize the amount of money that will be taken from the people
    randomizeAmountRatioRange = { -- The range of the random amount of money that will be taken from the people
        min = 0.3,
        max = 0.7,
    },

    enableEmails = true, -- Enable or disable emails
    enableNotifications = true, -- Enable or disable notifications

    moneyAccountsAffected = {
        'bank',
    },

    totalAffectedPeople = {
        max = 20, -- The maximum number of people who will be affected by the heist
        min = 1, -- The minimum number of people who will be affected by the heist
    
        onlinePlayerRatio = 0.5, -- The ratio of online players who will be affected by the heist
        OfflinePlayerRatio = 0.5, -- The ratio of offline players who will be affected by the heist
    
        maxAmountPerPerson = 10000, -- The maximum amount of money that can be taken from a person
    },
}

DOWNLOAD THE SCRIPT HERE | ITS FREE

It would require you to add a call to the export of my script to integrate your heists and robberies.
You can read more about that on the download page.

You can also use Github Download Link to download the script.


If you are looking to make your economy even more realistic and stronger, with people thinking about their financials in the server, you can check my latest release here -


My Tebex Store for more interesting scripts

https://osmfx.tebex.io

My Most Popular Releases (Based on Sales)

Other Releases

1 Like

you need a GitHub link for free things

1 Like

Added to the main post. Thanks

GitHub - OsmiumOP/osm-realisticHeists

I just released a new script!

Probably the most realistic and most functional ATM Skimmers script available for QB Servers!

Check it out now!

Please make it for esx too

Hi! I released a new script for all the Plinko Fans out there!

Check it out here!

PS. Its for both ESX and QB and supports custom frameworks as well.