⚙️Configuration

Detailed explanation of the config file to adapt the resource to your player needs.

Config.lua

Config = {}

-- Framework : 
--            "qb"  : QBCORE
--            "esx" : ESX
Config.Framework = "esx"

-- INVENTORY : 
--            "qb"      : qb-inventory
--            "ox"      : ox-inventory        
--            "origen"  : origen_inventory
--            "ps"      : ps-inventory
Config.inventory = "ox"

-- qb-core and qb-weapons versions:
--            true  : use crafting tables
--            false : just use ped coords (NOT RECOMMENDED)

Config.WashMachinehWeight = 4000000 -- you can change this
Config.WashedPerSecond = 0.5 -- this is how money marked bills gets washed in 1 second (The less it is, the more time it takes washing)
Config.ItemsToWash = "markedbills" -- Item To wash
Config.RewardItem = "rollcash" -- Reward Item
Config.TaxperItemToWash = 25 -- Taxes the playr 25 dollars for every item to wash

Last updated