EVC (24€)
Place equipements, sirens and emergency lights on any vehicle
Video available here
You can test our scripts for free here
Features
Place equipements, sirens and emergency lights on ANY vehicle
Light up the lights
Turn on the sirens
Multiple siren tones
Custom siren range
Lights and equipements can be moved and rotated anywhere on the vehicle
Lights and equipements position and rotation can be saved to a file
Lights and equipements are automatically loaded when a vehicle spawns
Uses
StateBags
(no events are sent to the server/client unless when saving a configuration)
Remove lights and equipements
Automatically disable horn if siren is installed
Select dynamically rotation and translation speed
Mirror a light or object position / orientation on another light or object (for easier placement)
Draw marker on selected object
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 and QB-Core)
Save a config as a template
Template can be loaded using the menu
Template can be loaded using the event
TriggerServerEvent("EVC:SpawnTemplate", NetworkGetNetworkIdFromEntity(veh), template_name)
Exports to check if a vehicle has lights
exports.EmergencyVehicleCreator.HasLights(veh)
Exports to check if a vehicle has objects
exports.EmergencyVehicleCreator.HasObjects(veh)
Exports to check if a vehicle has sirens
exports.EmergencyVehicleCreator.HasSirens(veh)
Uses FiveM Asset Escrow system
Requires OneSync (Not working with OneSync Legacy)
Requires NativeUI
Compatible with : LightBars by @Munky
Compatible with : EVC Starter Pack by @D3 (included for FREE in this script)
Compatible with : D3S Equipement by @D3
Compatible with : WMServerSirens by @Walsheyy
Controls
Keybind / Command | Action |
---|---|
F6 | Open menu |
LALT | Turn on lights |
E | Turn on sirens |
G | Change the siren tone |
Updates
Click to display
2.0.7a
Custom Siren range
2.0.7
Complete rework of sirens internal logic
Bugfix sirens not turning on for some player when entering scope
2.0.6b
Bugfix NetworkGetNetworkIdFromEntity
Bugfix siren order not the same on every client
2.0.6a
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.EmergencyVehicleCreator.HasLights(veh)
Add export to check if a vehicle has objects :
exports.EmergencyVehicleCreator.HasObjects(veh)
Add export to check if a vehicle has sirens :
exports.EmergencyVehicleCreator.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.6a
Bugfix save user+plate
1.1.6
Ability to save per user + plate (disabled by default)
1.1.5b
Add ACE permission support
1.1.5a
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 moved and rotated 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
License
Click to display
Copyright (C) Nabla Corporation - All Rights Reserved.
THE CONTENTS OF THIS PROJECT ARE PROPRIETARY AND CONFIDENTIAL.
UNAUTHORIZED COPYING, TRANSFERRING OR REPRODUCTION OF THE CONTENTS OF THIS PROJECT, VIA ANY MEDIUM IS STRICTLY PROHIBITED.
The receipt or possession of the source code and/or any parts thereof does not convey or imply any right to use them
for any purpose other than the purpose for which they were provided to you.
The software is provided “AS IS”, without warranty of any kind, express or implied, including but not limited to
the warranties of merchantability, fitness for a particular purpose and non infringement.
In no event shall the authors or copyright holders be liable for any claim, damages or other liability,
whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software
or the use or other dealings in the software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Code accessible | No but config and whitelist accessible |
Subscription based | No |
Lines (approximately) | 800 |
Requirements | OneSync, NativeUI |
Support | Yes |