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. Standalone
  2. lvs-drift

Configuration

Explore and fine-tune your settings effortlessly. Customize your script experience according to your preferences

Configuration File

Config = {}
Config.Framework = 'qb' -- qb | esx
Config.Menu = 'ox_lib' -- MenuV | ox_lib
Config.DriftPresetMenuKey = 'RCONTROL'

Config.InstallItemName = 'kit-drift'
Config.InstallJob = 'mechanic' -- Job can install the system, false anyone can install the item

-- UseWhitelist: (string) - 'config' | 'share' | false
-- 'config': allow to install drift system on car listed in Config.Whitelisted
-- 'share': use the QBCore shared vehicles object, cars you want to able install need a property 'drift' = true
-- false: can install on any car
Config.UseWhitelist = 'config'

-- Required for UseWhitelist = 'config'
Config.WhitelistCars = {'buffalo3','buffalo5'}

Config.Smoke = {
    enabled = true,     -- enable smoke by default, false need to player execute de command /smoke for toggle smoke
    command = 'smoke',  -- command to toggle smoke on/off
    size = 0.2,         -- smoke size
    dens = 10,          -- smoke density
    distance = 60.0,    -- distance at which the player begins to see the smoke (sync), if you experience a performance loss, it is recommended to set a low value.

    -- Not implemented, maybe for the future. --
    burnout_size = 0.8, -- burnout smoke size
    key = 348,          -- force keypress to smoke
}
PreviousInstallationNextCommands

Last updated 1 year ago

🚘