📦Shared Employee Stash
We can create shared employee stashes outside of the fridge by modifying this in the config.
Config.StorageStash = {
[1] = {
uniqueid = "bsstash1", -- Make sure this is unique or you will be cross sharing stashes (This is a unique identifier used by QB-Core)
job = "burgershot",
maxweight = 50000,
slots = 50,
stashlabel = "Burgershot Stash",
target_label = "Storage",
target_icon = "far fa-clipboard",
location = vector3(-1195.1, -896.42, 14.5),
width = 2,
depth = 1,
heading = 163.88,
minz = 14.2,
maxz = 14.7,
distance = 2,
}
}
If you are not using QB-Inventory (Newest version) you will need to modify the Stash functions in HapticLib like before.
Last updated