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
}
Last updated