LC-Development
  • 👋Welcome to HapticCode
  • 📚Library
    • 🖥️Haptic-Lib
      • 🔧 Config
      • 📙 Usage
      • 🤝Client Functions
        • Blips
        • Items
        • Notify
        • Target
        • Peds
      • 💻Server Functions
        • Items
        • Jobs
        • Money Functions
        • Notify
  • 😇Remastered Scripts
    • 🛒 LC-Businesses
      • 🎯Job Blips
      • 💼 Duty Locations
      • ❄️ Fridges
        • Fridge Shops
        • Fridge Stashs
        • Final Step
      • 📥 Trays
      • 🍔 Drink/Fryer/Grill/Pack
      • 📦Shared Employee Stash
      • 📦Private Employee Stash
      • 📦Table Stashs
      • 🪑 Chairs
      • 💃 NPC Dancers/Strippers
      • 🎧 DJ Booths
      • 💰Cash Registers
      • 🧑Custom Animations
      • 🍔Consumables
    • 🏛️LC-Cityhall
      • 📝Config
      • 💳Licenses
  • Haptic
    • 😷 Haptic-Gangs
      • 🔧 Initial Config
      • 📚 Zone Configuration
      • 💊Drug Dealing
        • 💊 Zone Based Dealing
      • 💀Death Tracker
      • 💻Exports
      • 📝 Integrations
        • 🚑 QB-AmbulanceJob
        • 💎 QB-Jewellery
        • 💵 QB-StoreRobbery
        • 💦Rcore Integration
      • 🏗️Common Issues
    • 🔫Haptic-Ammunation
      • 📝Config
    • 💊Haptic-DrugEffects
Powered by GitBook
On this page
  1. Remastered Scripts
  2. 🛒 LC-Businesses

📦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.

Previous🍔 Drink/Fryer/Grill/PackNext📦Private Employee Stash

Last updated 1 year ago

😇