LV Soft FiveM
  • LV SOFT
    • ๐Ÿ‘‹Welcome!
    • ๐Ÿ›’Tebex
    • ๐Ÿ’ฌDiscord
  • QB/ESX
    • โ˜ฎ๏ธlvs-loading
      • Installation
      • Configuration
    • ๐Ÿ‘ซlvs-multichar
      • Installation
      • Configuration
      • Adding Scenes
      • Tebex Integration
      • Commands
    • ๐Ÿ—บ๏ธlvs-spawnselector
      • Installation
      • Configuration
    • ๐Ÿฅผlvs-clothing
      • Installation
        • QBCore Install
        • ESX Install
      • Configuration
      • Migration
        • qb-clothing
        • esx-skinchanger
        • Illenium-Appareance
      • Blacklisting
      • Events
      • Commands
    • โš™๏ธlvs-lib
      • black-screen loading
      • notifications
      • progressbar
      • key-interaction
      • textui
      • alert
      • context menu
      • context input
    • ๐Ÿ’ฌlvs-chat
      • Installation
      • Configuration
      • Events & Exports
    • ๐Ÿ“ฑlvs-radio
      • Installation
      • Configuration
      • Events & Exports
    • ๐Ÿ—ƒ๏ธlvs-playerlist
      • Installation
      • Configuration
    • ๐Ÿ“นlvs_weazelnews
      • Installation
      • Configuration
    • ๐ŸŽ’lvs-inventory
      • Installation
      • Configuration
      • lvs-inventory
        • exports
      • lvs-shops
        • Configuration
        • Exports
      • lvs-crafting
    • ๐Ÿชชlvs-idmanager
      • Installation
      • Configuration
      • Exports
  • Standalone
    • ๐Ÿš˜lvs-drift
      • Installation
      • Configuration
      • Commands
    • ๐Ÿ•บlvs-animations
      • Installation
      • Configuration
      • Adding Animations
      • Exports/Events
    • ๐Ÿ’ฅlvs-accident
      • Installation
      • Configuration
    • ๐Ÿ”ฅlvs-explosion
      • Installation
      • Configuration
    • ๐ŸŽ๏ธlvs-racing
  • ESX
    • ๐Ÿ“…Soon
Powered by GitBook
On this page
  1. QB/ESX
  2. lvs-spawnselector

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",
    },
}
PreviousInstallationNextlvs-clothing

Last updated 8 months ago

๐Ÿ—บ๏ธ