Lusty94
Tebex StoreSupport DiscordGitHubCFX Profile
  • 👋 Lusty94 Scripts
  • 💵Store Discounts
  • 📥 Script Installation
  • 🤝Supported Scripts
  • 📜Paid Resouces
    • 🍻Bars
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
    • 🍁Weed Shops
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 🍃Picking
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
      • 🚬Consumables
    • 💲Money Wash
    • 💰Pawn Shop
      • 🔧Changelogs
      • 🛒Pawnshop Locations
    • 📲Drug Sales
      • 🔧Changelogs
      • 📲Selling
      • 💻Default Configuration
    • 🚗Chop Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📋Reputation
      • 💰Selling
      • 🚗Chop Shops
      • 💻Default Configuration
    • 🚘Vehicle Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📥Database
      • 🚘Vehicle Shops
      • 💻Default Configuration
    • 🚗Rental
    • 🚙Towing
    • 🍲Restaurants
    • 💊Drugs
    • 🍁Weed
  • 📜Free Resources
    • 🛒Shops
      • 🔧Changelogs
      • 🛒Adding Shops
      • 🪛Configuration
    • 🖥️Boss Menu
      • 🔧Changelogs
      • 💻Adding Job Locations
    • ✅Green Zones
      • 🔧Changelogs
      • 📌Adding Zones
Powered by GitBook
  1. Paid Resouces
  2. Weed Shops

Stashes

Adding More STASHES

  • Adding more stashes to the resource is very simple via the config.lua file

  • You must ensure the ShopName key matches the job you wish to allow stash access to

  • To add another stash simply add your shop name as they key and the name of your stash as the value to the STASHES Section in Config.CoreSettings

  • You can change stash labels, slot count, weight and minimum grades required to access that stash (for boss stashes)


Stashes = {
    ['Example Shop'] = {
        StorageShelf = { 
            label = 'Example Shop Storage Shelf 1', -- label of stash
            slots = 64, weight = 1000000000, --max slots and max weight of stash
            minGrade = 0, -- minimum job grade required to access stash
        },
        StorageShelf2 = { 
            label = 'Example Shop Storage Shelf 2', -- label of stash
            slots = 64, weight = 1000000000, --max slots and max weight of stash
            minGrade = 0, -- minimum job grade required to access stash
        },
        BossStash = { 
            label = 'Example Shop Boss Storage', -- label of stash
            slots = 128, weight = 1000000000, --max slots and max weight of stash
            minGrade = 3, -- minimum job grade required to access stash
        },
        CollectionTray = { 
            label = 'Example Shop Colection Tray', -- label of stash
            slots = 5, weight = 1000000, --max slots and max weight of stash
            minGrade = 0, -- minimum job grade required to access stash for a collection tray make sure this is always 0
        },
    },
},

The ShopName MUST match throughout the config file for the script to function correctly and allow that specific job to access the stashes

Whatever you set as your ShopName must be the exact same throughout the rest of the config file. If you are ever in doubt or come across issues result back to a default name

for example 'widow' instead of 'White Widow'

Last updated 3 months ago

📜
🍁
📦
Page cover image