Config

Config = {}

Config.Inventory = "ox_inventory" -- "ox_inventory" for OX Inventory | "qs-inventory" for QS Inventory
Config.Slots = 20 -- Slots for the Boss Stash
Config.Weight = 20000 -- Weight for the Boss Stash

Config.JobCoords = {
    ['police'] = { -- Job Name
        coords = vector3(448.0459, -973.4677, 30.6896), -- Menu Location
        requiredRank = 4, -- Required Rank to open it
    },
}

Last updated