Bruno Scripts Docs
Bruno Scripts Docs
  • 👋About Us
  • 💶Tebex Store
  • 🔌DEPENDENCIES
    • 🖥️ LIB
      • Supported Inventories
      • Config File
  • 💶PAID SCRIPTS
    • 📜Insurance
      • Config File
    • 🧑‍🔧Mechanic
      • Config File
    • 📍Blips
      • Config File
    • 🎒Uniform Bag
      • Config File
    • ⛏️Mining
      • Config File
  • 💻FREE SCRIPTS
    • 📸Showroom
      • Config File
    • 🌊Water Cooler
      • Config File
Powered by GitBook
On this page
  1. PAID SCRIPTS
  2. Uniform Bag

Config File

🌟 Our amazing Uniform Bag script!

Config File
Config = {}

Config.Debug = false

Config.Language = 'en' -- Just 'pt' or 'en' for now

Config.Bags = {
-- { item = 'ITEM NAME', prop = 'PROP HASH', requiredOnDuty = true or false (Only QBCore, if ESX set false), jobOutfit = true or false, jobs = { ['job'] = minimum grade, Add more if needed } or false }, -- See examples below
    { item = 'bagitem', prop = 'prop_big_bag_01', requiredOnDuty = true, jobOutfit = true, jobs = { ['police'] = 0, ['ambulance'] = 0, ['mechanic'] = 0 } },
    { item = 'bagitem2', prop = 'prop_big_bag_01', requiredOnDuty = false, jobOutfit = false, jobs = false },
}
PreviousUniform BagNextMining

Last updated 6 months ago

💶
🎒