βοΈConfiguration
In config.lua you have everything you need to change to make the script to your liking
Language and Locales
Config.Locale = 'en'Systems and Frameworks
Config.Target = 'QB' -- QB OR OX!
Config.Inventory = 'OX' -- QB OR OX!
Config.Notify = 'OX' -- QB OR OXValues
Config.LocationMultipliers = {
["Los Santos"] = 1,
["Sandy Shores"] = 1.4,
["Paleto Bay"] = 2.1,
["Grapeseed"] = 1.7
}Last updated