Luxart Engineering
ProductsDocsDiscordDownload
  • Welcome to Luxart Engineering
  • 🗺️Product Roadmaps
  • ➕Frameworks & Exports
  • Fleet
    • 🚔What is LVC:Fleet?
    • 📄Resource Installation
      • 🛠️Customize VCFs
      • ⚙️Configure Base Settings
      • 💻Advanced Configuration
    • 🎮In Game Use Guide
      • LVC:Fleet Menu
  • v3
    • 📄Resource Installation
      • Configure Base Settings
      • Configure Sirens
      • Assign Sirens
      • Advanced Configuration
      • Server Sided Siren Integration
    • ❔FAQ
  • Shared Plugins
    • 🔌Introduction to Plugins
    • 🔦Take-downs
    • 🎮Extra Controls
    • ⚡Extra Integrations
    • 🔛Traffic Advisor
    • 🚛Trailer Support
  • Pro Laser 4
    • 📄Resource Installation
    • 💾Persistent Records & Tablet
      • Font Awesome Icon Configuration
    • 🎮In Game Use Guide
    • 📩Framework Guide
Powered by GitBook
On this page
  • Frameworks
  • Exports

Was this helpful?

Edit on GitHub

Frameworks & Exports

Supported frameworks and exports.

PreviousProduct RoadmapsNextWhat is LVC:Fleet?

Last updated 2 years ago

Was this helpful?

Frameworks

The below frameworks are supported, please report any conflicts by creating an issue on the respective product or on .

QBCore: so long as you do not have have installed.

ESX

Exports

Vehicle State Change Event (Coming v3.2.10) Broadcasts event when LVC vehicle state changes. Returns a table/array of data below:

Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Table Index/Key
Description
Options
Example Event Handler
RegisterNetEvent('lvc:UpdateThirdParty')
AddEventHandler('lvc:UpdateThirdParty', function(update_data)
    local siren_tone = update_data['state_lxsiren'] 
    if siren_tone > 0 then
        --Sirens on, do something...
    end
end)
➕

state_indic

Indicator/turn-signal state.

0: off

1: left on

2: right on,

3: hazard/4-ways on

actv_manu

Is manual siren on?

true, false

actv_horn

Is the horn on?

true, false

state_lxsiren

Main siren tone ID.

0: off,

>0: tone ID of main siren

state_pwrcall

Powercall/auxiliary siren tone ID.

0: off

>0: tone ID of aux/powercall

state_airmanu

Airhorn/manual siren tone ID.

0: off

>0: tone ID of AirManu

my discord
qb-extras