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. FREE SCRIPTS
  2. Water Cooler

Config File

🌟 Our amazing Watercooler script!

Config File
Config = {}

Config.Framework = 'autodetect' -- Only 'ESX' or 'QBCore' or 'autodetect'
Config.Target = 'autodetect' -- Only 'ox_target' or 'qb-target' or 'autodetect'

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

Config.ProgressDuration = 3000 -- Duration of the progress bar

Config.ThirstAmountQB = 20 -- Amount to add to Player thirst (For QBCore Thirst is from 0 to 100)
Config.ThirstAmountESX = 30000 -- Amount to add to Player thirst (For ESX Thirst is from 0 to 1.000.000)

Config.WaterCoolersModels = {
    'prop_watercooler', -- Add more if you want
}
PreviousWater Cooler

Last updated 6 months ago

💻
🌊