Configuration
You can customize the whole script according to your needs. If you can not adjust something or there are errors, feel free to contact us on our Discord server.
Config file
Config = {}
Config.Framework = "ESX" -- "ESX", "QBCore" or "none" if none everyone can open the menu
Config.AdminPermission = true
Config.maxWaterHeight = 250.0 -- How high the Water gets until it Stops
Config.tsunamiSpeed = 0.05 -- How many Meters the Water gets up per WaterWaitingTime
Config.tsunamiWaitTime = 600000 -- How long the Water should stay up 600000 = 10 Minutes
Config.WaterWaitingTime = 100 -- Set to 1000 to get an better Performance (changes on how fast the water gets higher if number is lower it is faster)
Last updated