For the complete documentation index, see llms.txt. This page is also available as Markdown.

configVehicleStash.lua

config.vehicleStash = {
    active = true, -- When true, vehicle stashes can be accessed using the defined commands.
    commands = { "pde" },
    dist = 4.0,
    progressBar = {
        active = true,
        time = 3000,
        canCancel = true,
    },
    playerBased = false, -- If true, stashes are linked to the player's ID and accessible from any listed vehicle. If false, stashes are based on the vehicle's plate and only accessible from that specific vehicle.
    vehicles = lib.array:new(
        {
            model = `police`,
            maxWeight = 200000,
            slots = 25,
            whitelist = { "weapon_pistol" }, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `policet`,
            maxWeight = 1000000,
            slots = 75,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `policeb1`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polalamo`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polgrang`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polgrang2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polmerit`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polmerit3`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poltulip`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polvigero`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polaleu`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcara`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polmonar`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polsand`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polsandsc`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polsandxl`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polscout`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polscout2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poltavros`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polbison4`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polbison3`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polbison2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polbuff`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polbuffhf`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poldorado2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poldorado`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polgaunt`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcava`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polvstr`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polkandra`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polsem`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polterm`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polterm2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polregent`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polregentxl`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polstalk`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polverus`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poldom`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcoq`,
            maxWeight = 50000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcoq2`,
            maxWeight = 50000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcoq3`,
            maxWeight = 50000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poljog2`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poljog`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poljog3`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_poljog4`,
            maxWeight = 200000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        },
        {
            model = `onx_polcon`,
            maxWeight = 50000,
            slots = 25,
            -- whitelist = {}, -- only works on tgiann inventory (don't use with blacklist)
            -- blacklist = {}, -- only works on tgiann inventory (don't use with whitelist)
        }
    )
}

Last updated