EVC

24€

Place equipements, sirens and emergency lights on any vehicle


This will redirect you to our Tebex store
✅ Place equipements, sirens and emergency lights on ANY vehicle
✅ Multiple siren tones
✅ Custom siren range
✅ Lights and equipements can be placed anywhere on the vehicle
✅ Lights and equipements position and rotation can be saved to a file and automatically loaded when a vehicle spawns
✅ Uses StateBags (no events are sent to the server/client unless when saving a configuration)
✅ Mirror a light or object position / orientation on another light or object (for easier placement)
✅ Possibility to customize menu appearance
✅ Spawned objects can be invincible
✅ Support for custom sirens (from Walsheyy's WMServerSirens for instance)
✅ Whitelisted menu (Comes preconfigured for identifiers, ESX, QB-Core and ACE)
✅ Can control lights independently from sirens on native emergency vehicles
✅ Holding E with the sirens on will trigger an alternative siren (like on native vehicles)
✅ Holding E with the sirens off will trigger the horn
✅ Choose alternative siren in menu
✅ Save a config as a template, that can be loaded using the menu or the event TriggerServerEvent("EVC:SpawnTemplate", NetworkGetNetworkIdFromEntity(veh), template_name)
✅ Exports to check if a vehicle has lights, objects or sirens exports.EVC:HasLights(veh) / exports.EVC:HasObjects(veh) / exports.EVC:HasSirens(veh)
✅ Export to toggle lights, objects and sirens on vehicle exports.EVC:ToggleLightsObjectsSirens(veh, state)
⚠️ Uses FiveM Asset Escrow system
⚠️ Requires OneSync (Not working with OneSync Legacy)
⚠️ Requires NativeUI
➡️ Compatible with : LightBars by @Munky (redistributed in this script)
➡️ Compatible with : EVC Starter Pack by @D3 (included for FREE in this script)
➡️ Compatible with : D3S Equipement by @D3
➡️ Compatible with : WMServerSirens by @Walsheyy
Keybind / Command Action
F6Open menu
LALTTurn on lights
ETurn on sirens
GChange the siren tone

2.1.6

✅ Ability to control livery on placed object / light
✅ Livery is saved to file and loaded on object / light on spawn


2.1.5

✅ Add export : exports.EVC:ToggleLightsObjectsSirens(veh, state) to toggle lights, objects and sirens placement on vehicle
✅ Save options in list instead of multiple buttons
✅ Sync bugfixes


2.1.4

✅ Add lights / equipements on trailer and control them from the truck (hold keybind)
✅ Option to allow passenger to turn on lights / sirens


2.1.3d

✅ Can control lights independently from sirens on native emergency vehicles
✅ Holding E will trigger an alternative siren (like on native vehicles)
✅ Choose alternative siren in menu
✅ Increase default rotation sensitivity
✅ Fix save when only sirens
✅ Better save notifications
✅ Configs are now loaded on resource start
✅ Bugfix horn/siren is not binded on E
✅ Bugfix horn on native emergency vehicles


2.1.2

✅ Option to allow only whitelisted player to control lights / sirens


2.1.1

✅ Sync doors accross clients
✅ Update model list based on D3s releases
✅ Overhaul of spawning logic to prevent bugs when vehicles are spawned server-side


2.1.0

✅ Don't wait on lights/equipements not loaded or not in config
✅ Bugfix potential conflict in state bags name
✅ Bugfix spawning issues


2.0.9

✅ Set maximum number of lights / equipements per vehicle
✅ Extras on objects as well as on lights
✅ Extras and doors settings will be applied on load
✅ Bugfix error on server identifier is nil


2.0.8

✅ Ability to control extras and doors of placed light
✅ Custom Siren range


2.0.7

✅ Complete rework of sirens internal logic
✅ Bugfix sirens not turning on for some player when entering scope
✅ Bugfix NetworkGetNetworkIdFromEntity
✅ Bugfix siren order not the same on every client
✅ Owners can write custom UUID function to choose how to save/load configs
✅ Better handling of on/off state of lights to prevent desync between lights


2.0.6

✅ Save a config as a template
✅ Template can be loaded onto any vehicle using the menu or the event TriggerServerEvent("EVC:SpawnTemplate", NetworkGetNetworkIdFromEntity(veh), template_name)
✅ Bugfix siren turns off when in other police car


2.0.5

✅ Config option to spawn objects / lights only if the player spawning the vehicle is whitelisted
✅ Clean up of the configuration code
✅ Add config for Side Runners Pack


2.0.4

✅ Add an option to enable/disable lights, objects and siren on a vehicle
✅ Add export to check if a vehicle has lights : exports.EVC:HasLights(veh)
✅ Add export to check if a vehicle has objects : exports.EVC:HasObjects(veh)
✅ Add export to check if a vehicle has sirens : exports.EVC:HasSirens(veh)


2.0.3

✅ Add new models from D3S's EVC Starter Pack


2.0.2

✅ Add job grade permission support
✅ Draw marker on selected object
✅ Spawned objects can be invincible
✅ Possibility to customize menu appearance
✅ Maintain the model selection when spawning an object / light


2.0.1

✅ Fix translation and rotation speed sensitivity
✅ Auto select just spawned element
✅ Check if models exist before adding it to the menu
✅ Change some translations
✅ Add D3sEvcStarterPack
✅ More bugfix GetNetworkObject
✅ Enhance object deletion


2.0.0

✅ Move to EVC
✅ Bugfix GetNetworkObject
✅ Add support for placing equipements
✅ Complete refactor of menu


1.1.6

✅ Ability to save per user + plate (disabled by default)
✅ Bugfix save user+plate
✅ Add ACE permission support
✅ Bugfix whitelist


1.1.5

✅ Support for custom sirens (from Walsheyy's WMServerSirens for instance)


1.1.4

✅ Bugfix multiple siren sound on same vehicle


1.1.3

✅ Mirror a light position / orientation on another light (for easier placement)
✅ Add description to each button


1.1.2

✅ Simpler mouse view control
✅ Select dynamically rotation speed
✅ Select dynamically translation speed
✅ Menu stays at same index when switching model


1.1.1

✅ Bugfix some spawning issues
✅ Bugfix some error in client consoles (no object by ID 0)
✅ Added total number of lights


1.1.0

✅ Register siren and lights per model and / or per plate (defaults to per plate, option in the config file)
✅ Range and sensitivity can be customized for rotation


1.0.0

✅ Place a siren and emergency lights on ANY vehicle
✅ Light up the lights
✅ Turn on the sirens
✅ Multiple siren tones
✅ Lights can be placed anywhere on the vehicle
✅ Lights position and rotation can be saved to a file
✅ The saved position and rotation of the lights are automatically loaded when a vehicle spawns (based on the number plate)
✅ Uses StateBags (almost no events are sent to the server/client unless when saving a configuration)
✅ Remove lights
✅ Automatically disable horn if siren is installed


5
  • 6
  • 0
  • 0
  • 0
  • 0
  • zSmilleeyy

    27/3/2023

    Love this script, finally it safes to my car! Thanks for the support @Blaizz ! ♥

  • DerEchteAlec

    18/3/2023

    Like: I have the product though 2 times bought ausersehen and the refund lasted not even a day and I had everything back now I could get it right. The system behind it runs very well the menu is very easy to understand and it is editable and does what it should.
    Dislike: This has nothing to do with the creator but there are currently few lightbars or other what you could put on it would be great if there is still what comes.

  • Blake P

    2/8/2022

    Like : Amazing script, really advanced, and good config.
    Dislike : Price was a little expensive for me, 100% worth it though.

  • 𝓜𝓪𝓷𝓾𝓮𝓵5065

    11/4/2022

    Like: It works like it should and its awesome, that you can finally change it to any siren you want. Good work and fast support!
    Dislike: Nothing.

  • FluffyPlays22

    2/4/2022

    The LightBar script is probably one of the coolest scripts there are. Being able to put lights on any vehicle, sirens too. The lights sync up on onesync infinity perfect with no issues at all. Now with addon siren support you can add any siren you want to the cars, and there was previously a glitch where the sirens would get stuck on for others, and that is fixed. It is all around perfect now.
    Dislike : There's not really any issues anymore besides some small inconveniences with the scrolling of the lightbars, but its nothing to worry about.

  • CSYON

    27/3/2022

    Like: It works like it should and its awesome, that you can finally change it to any siren you want. Good work and fast support!
    Dislike: Nothing.