Luxart Vehicle Control V3

The vehicle must have vehicleClass VC_EMERGENCY in vehicles.meta.

1 Like

It has that set in the vehicles.meta, but still doesnt work sadly

You can create an issue but that’s the only requirement. It’s likely that.

Ive checked the vehicles.meta and it has the class correct. maybe it has something to do with the addon cars, as any default police car works perfect

My test server and many others use addon cars. Maybe toy have conflicting vehicle meta entries for that vehicle. Check the console for any errors.

Is it possible for a user to set their default settings? It’s rather annoying to have to set it up for every single vehicle… I recall it was possible on the original LVC, but cannot figure out how to do it with V3.

The original LVC didn’t have any settings. Saving a profile stores all the settings for that profile, copy profile can be used to copy settings from one vehicle to the next.

e.g. Set up vehicle A. Get in vehicle B, copy profile->vehicle A, save settings.

Alternatively, using wild cards, multiple vehicles can share the same profile meaning the settings can auto-apply for vehicles with that same profile. See docs for more info.

Are you trying to like, get the siren that the granger used before the script was placed into your server?

i couldn’t find anything about it being QB compatible. is it?

Luxart Vehicle Control V3 is compatible with both QBcore and ESX frameworks for FiveM servers.

LVC is a standalone resource that does not depend on any specific framework or server-side script. It should work with any framework that supports FiveM and Lua scripting.

1 Like

hi there, out of nowhere we’ve started getting these errors on some vehicles and sirens wont work
image
image

And on others, there’s no response at all, it acts like LVC isnt running, which is the best way I can describe it. If you spawn a “no response” vehicle it then will break every vehicle (only way to fix is to rejoin). We’ve tried restarting the server, clearing client caches, restarting computers, etc. There is nothing in console we can see when this happens.

I should add, this only happens to some vehicles - a lot of them are working, but others just… dont? There is no reason we can find, and this started happening probably 3 days ago, we didn’t touch anything server wise before it began.

Try factory resetting under Storage Management.

If that doesn’t work verify that your SIREN_ASSIGNMENTS does not contain any siren IDs that don’t exist in SIRENS table.
e.g.

SIRENS = {
--[[1]] {..},
--[[2]] {..},
..
--[[30]] {..},
}

SIREN_ASSIGNEMENTS = {
    ['DEFAULT'] = { 1, 30, 31, 32 },
}

Here our SIRENS table doesn’t have any siren with ID 31, 32 for example that would be an error. Remember you’ll have to renumber the comments manually if you changed the table.

Also, make sure you have 4 tones assigned to each vehicle 1 horn, 3 sirens is required.

Hey is there an event to open the menu Per F6 for wasabi_police

To open the menu from another resource, your easiest approach would be to use ExecuteCommand, this avoids adding RageUI to your wasabi_police menu.

You’d want to close your other menu first so they don’t draw on top of each other like this:

-- close wasbi
ExecuteCommand('rageui-lvc') --open lvc menu

The source is closed/paid so I can’t see if it’s possible to actually add this you’d have to try it for yourself or reach out to the developer.

it needs to loke like this

        title = Strings.place_radar,
        description = Strings.place_radar_desc,
        icon = 'road-circle-check',
        arrow = false,
        event = 'myRadarcontrol:createRadar',

Hey im having a bit of an issue with the lights not turning on its only client side as everyone else in the server can use the script but I cant the only problem is the lights turning on nothing else.

Can other people turn on their lights? Just not you? Or is everyone having issues with this?

Test in default GTA V cars like police.

everyone can turn the lights on using this but I can’t

That’s bizzare I’m not sure, maybe you’re using a different keyboard layout or you have the controller locked? You can try factory resetting, maybe your save is corrupt /lvcfactoryreset check your fivem logs for any lvc errors.