Stash

{
    name = 'Police Stash', -- unique name
    jobs = {
        police = 1, --job name and minimum rank
        sheriff = 1, --job name and minimum rank
    },
    private = true, -- is this a private stash
    maxWeight = 50000,
    slots = 50,
    zones = {
        {
            coords = vector4(445.09, -975.05, 30.67, 0.0),
            size = vector3(2.5, 1.0, 1.5),
        },
    },
    target = {label = 'Police Stash', icon = 'fa-vault', distance = 2.5},
    peds = { -- if empty then there will be no ped. Only polyzone with target

    }
},

Last updated