[Release] ELS FiveM | Server Sync | Lights | Sirens | Custom Patterns

bcsocharger.xml (5.4 KB)
can you make sure im doing this right bc its still not working

bcsocharger.xml (5.3 KB)

try using this

no still nothing should i try an older version?

yes try a stable version instead of DEV

it goes 2 and 3 not just 3, sorry for bothering u btw…

your fine ok so go to the server.lua go to line 158 and change that from true to false and see what that does. or maybe change line 157 where it says auto to invert

it just puts it in reverse, and changed from auto to invert and its still the same

I will look into it some more to try to find a solution for you, I could just be the way the source is scripted.

I know the ELS + script works with the method I gave you, but that source has its downsides.

ok thx for the help

unfortunately its just the way the source is scripted. Even with the newest build I had no luck. It seems as the source its not reading the entire xml or just scripted to bypass them.

ok thx for at least trying i appreciate it

no problem

Ok, does it look purple on any red and blue car or only certain ones, I personally prefer controller but if it looks like that then I think I’ll get ELS+. Is ELS+ harder to configure in any way? As I’ve never used ELS before whether it would be on LSPDFR or Five M

ELS+ is a simple set up and use.

Ok, could you send me the link to the page on it, I was starting to set up ELS and nearly got it fully done with our vehicles but I might aswell try out ELS+
Are there any other changes except less controller friendly?

https://forum.cfx.re/t/els-fic/7747

No not at all, as for controller use, its the same setup as Luxhart vehicle control. Down side for controller is the takedowns are scripted in the light controls and no dual sirens at this time.

DM me on discord is you need help setting it up Jinx#0060

when i get in my els car the console is spamming

isVechicleELS = true
canControlELS = true

untill i get out of my car. and after i get out i am stuck controlling the lights on the car

Can anybody help me? Why the light is so low see?

outputLoading = false
playButtonPressSounds = true
printDebugInformation = true

vehicleSyncDistance = 150
envirementLightBrightness = 0.006
lightDelay = 20 -- Time in MS


panelType = "original"
panelOffsetX = 0.0
panelOffsetY = 0.0

-- https://docs.fivem.net/game-references/controls

shared = {
	horn = 86,
}

keyboard = {
	modifyKey = 132,
	stageChange = 85, -- E
	guiKey = 199, -- P
	takedown = 83, -- =
	siren = {
		tone_one = 157, -- 1
		tone_two = 158, -- 2
		tone_three = 160, -- 3
	},
	pattern = {
		primary = 163, -- 9
		secondary = 162, -- 8
		advisor = 161, -- 7
	},
	warning = 246, -- Y
	secondary = 303, -- U
	primary = 7, -- ?? 
}

controller = {
	modifyKey = 73,
	stageChange = 80,
	takedown = 74,
	siren = {
		tone_one = 173,
		tone_two = 85,
		tone_three = 172,
	},
}

the lights move too fast and looks bad anyway to fix?