Config
return {
framework = "esx", -- esx / qb / qbx
disabledHudElements = {
["location"] = false,
["fuel"] = false,
["engine"] = false,
["seatbelt"] = false,
["speed"] = false,
["talking"] = false,
["oxygen"] = false,
["hunger"] = false,
["thirst"] = false,
["armor"] = false,
["health"] = false,
["radioChannel"] = false
},
theme = {
icon = {
stopColor1 = "#1957ca",
stopColor2 = "#d1d5db",
},
talking = {
on = "#fff",
off = "rgba(255,255,255, 0.65)",
},
seatbelt = {
on = "#fff",
off = "rgba(255,255,255, 0.65)"
},
progressbar = {
text = "#f1f3f5",
background = "#1957ca"
},
engine = {
under720 = "rgb(250 204 21)",
under420 = "rgb(220 38 38)"
},
textColor = "#f1f3f5",
primaryBackground = "#101113",
}
}
Last updated