Configuration
Explore and fine-tune your settings effortlessly. Customize your script experience according to your preferences
Configuration File
Config = {
Framework = 'qb', -- qb - QBCore | esx - ES Extended
SpawnCoords = {
-- {label = "Label here", icon = "Icon here (Font Awesome Pro Icons - https://fontawesome.com/v5/search)", coords = vector4(x, y, z, heading)},
{label = "LS Airport", icon = "fas fa-plane-alt", coords = vector4(-1042.42, -2746.16, 21.36, 333.73)},
{label = "Del Perro Pier", icon = "far fa-swimming-pool", coords = vector4(-1594.45, -963.16, 13.02, 129.94)},
{label = "Pinkcage Hotel", icon = "fad fa-building", coords = vector4(-1038.58, -756.46, 19.84, 88.58)},
{label = 'Legion Square', icon ='fas fa-tree', coords = vector4(195.17, -933.77, 29.7, 144.5)},
{label = 'Paleto Bay', icon ='fas fa-virus', coords = vector4(80.35, 6424.12, 31.67, 45.5)},
{label = 'Motels', icon ='fas fa-hotel', coords = vector4(327.56, -205.08, 53.08, 163.5)},
},
EnableLastLocation = true,
EnableInsideApartment = false, -- option to spawn in own apartment [qb-apartment]
Infos = {
['date'] = true,
['weather'] = true,
['windSpeed'] = true,
['temperature'] = true,
['playerCount'] = true,
},
TemperatureType = 'c', -- f - Fahrenheitยฐ | c - Celsius
UIColors = {
primary = '#00f8b9',
secondary = '#1A6250',
button1 = 'rgba(0, 248, 185, 0.55)',
button2 = 'rgba(0, 248, 185, 0.22)'
},
WeatherIcons = {
["EXTRASUNNY"] = "fas fa-sun",
["CLEAR"] = "fas fa-sun-haze",
["NEUTRAL"] = "fas fa-sun-dust",
["SMOG"] = "fas fa-smog",
["FOGGY"] = "fas fa-fog",
["OVERCAST"] = "fas fa-clouds",
["CLOUDS"] = "fas fa-clouds",
["CLEARING"] = "fad fa-sun-cloud",
["HALLOWEEN"] = "fas fa-cloud-rainbow",
["RAIN"] = "fas fa-cloud-showers",
["THUNDER"] = "fad fa-thunderstorm",
["BLIZZARD"] = "fad fa-cloud-snow",
["SNOWLIGHT"] = "fad fa-cloud-hail",
["XMAS"] = "fad fa-snow-blowing",
["SNOW"] = "fad fa-snowflake",
},
}
Last updated