Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

SamShanks1/qb-stashes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qb-stashes

Configurable Stashes for QBCore with options of locking to job, gang or CitizenID. Can be used for donator MLOs or businesses that requires stashes

Dependency

Example Config

    ["donatorMansion1"] = {
        stashName = "donatorMansion1",
        coords = vector3(-96.17, 817.29, 235.72),
        requirecid = true,
        jobrequired = false,
        gangrequired = false,
        gang = "",
        job = "",
        cid = {"ENL22736", "LUS73247"},  
        stashSize = 1250000,
        stashSlots = 125, 
    },
    ["liquorBusiness"] = {
        stashName = "liquorBusiness",
        coords = vector3(0.05, -1818.36, 29.54),
        requirecid = false,
        jobrequired = true,
        gangrequired = false,
        gang = "",
        job = "liquor",
        cid = {},  
        stashSize = 1250000,
        stashSlots = 125, 
    },
    ["ballasExtraStash"] = {
        stashName = "ballasExtraStash",
        coords = vector3(-1730.5, 358.6, 88.73), 
        requirecid = true,
        jobrequired = false,
        gangrequired = true,
        gang = "ballas",
        job = "",
        cid = {},  
        stashSize = 1250000,
        stashSlots = 125, 
    },

Issues & Support

For any issues or support needed, join my discord [https://discord.gg/MTuZMxD7vj]

About

Configurable Stashes for QBCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages