βοΈConfig
What i can customize?
Explentation config.lua
config.lua
Config = {
Inventory = "ESX", ---OX/ESX/QB/CUSTOM
StatusFramework = "ESX", ---ESX/QB/CUSTOM
PlayerLoadedEvent = "esx:playerLoaded", ---"esx:playerLoaded"/"QBCore:Client:OnPlayerLoaded"/CUSTOM
Item = "watch", --"watch"/ false
City = "Los Santos",
OpenKey = "F5",
Lowlevelnotification = {
sound = true,
flash = true,
screenflash = true,
TimerScreenFlashAndSound = 60000,
health = 30, --- -1 disable
thirst = 30, --- -1 disable
hunger = 30, --- -1 disable
},
weatherTypes = {
["EXTRASUNNY"] = {temp = 30, dayIcon = "DEXTRASUNNY.png", nightIcon = "NEXTRASUNNY.png", label = "Very Sunny"},
["CLEAR"] = {temp = 25, dayIcon = "DCLEAR.png", nightIcon = "NCLEAR.png", label = "Clear Sky"},
["CLOUDS"] = {temp = 20, dayIcon = "DCLOUDS.png", nightIcon = "NCLOUDS.png", label = "Cloudy"},
["OVERCAST"] = {temp = 18, dayIcon = "DOVERCAST.png", nightIcon = "NOVERCAST.png", label = "Overcast"},
["RAIN"] = {temp = 15, dayIcon = "DRAIN.png", nightIcon = "NRAIN.png", label = "Rainy"},
["CLEARING"] = {temp = 17, dayIcon = "DCLEARING.png", nightIcon = "NCLEARING.png", label = "Clearing"},
["THUNDER"] = {temp = 10, dayIcon = "DTHUNDER.png", nightIcon = "NTHUNDER.png", label = "Thunderstorm"},
["SMOG"] = {temp = 22, dayIcon = "DSMOG.png", nightIcon = "NSMOG.png", label = "Smoggy"},
["FOGGY"] = {temp = 12, dayIcon = "DFOGGY.png", nightIcon = "NFOGGY.png", label = "Foggy"},
["XMAS"] = {temp = 0, dayIcon = "DXMAS.png", nightIcon = "NXMAS.png", label = "Snowy"}
}
}
Configuration Details
Translation html/config.json
html/config.jsonCustom custom.lua
custom.luaLast updated