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

Finally!

How do i change the brightness of the lights?

look for this in the config.lua:
panelEnabled = true

panelType = “old”

panelOffsetX = 0.0

panelOffsetY = 0.0

allowedPanelTypes = {

"original",

"old"

}

and you can change it to old which is much smaller on the screen

In the patterns.lua i believe

Guys, when I use this with a custom cars the server becomes laggy but if I use the default cop cars it works just fine… I have no idea what’s causing this

how do i make the actual lights brighter so they are more visible at night, can barely see the lights during the day. Not the reflections.

Any idea what is causing this?

Is there a way I can make it to press Q once for s-3

2 Likes

No VCF list found, plase have a fille called vcf.lua - SEE VCF-DEFAULT.LUA FOR EXAMPLE. help please!!!

plase have a fille called vcf.lua

thank you

Hello, Any reason I am getting this error? ELS doesn’t work in game, I get no panel.

Judging by that really old stacktrace, you’re running a really old server build.

al final, els te rompe el servidor, no es recomendable usarlo

english only on the forums please.

I keep getting this script error that says: SCRIPT ERROR: @ELS-FiveM/server/server.lua:756: Expected type ‘table’ for vcf_files, got nil. Please make sure you have a file called ‘vcf.lua’ in the resource root folder (resources/ELS-FiveM or similar). Copy the contents of ‘vcf.default.lua’ and alter accordingly

I think error cleary explains what you are missing.

COPY vcf.default.lua → vcf.lua to your resource root folder

Hey, I keep getting an error that says:

Error loading script vcf.lua in resource els: @els/vcf.lua:2: attempt to index a nil value (global: ‘POLICE’)
failed to load script vcf.lua
SCRIPT ERROR: No VCF list found, please have a file called vcf.lua

I installed the latest version of els that says it fixes it. Do you guys know a fix for this?

I can’t turn on sirens i feel like only this part of code:

},
pattern = {
	primary = 163, -- 9
	secondary = 162, -- 8
	advisor = 161, -- 7
},
warning = 246, -- Y
secondary = 303, -- U
primary = 7, -- L

}

is working for me

keyboard = {
modifyKey = 132,
stageChange = 85, – E
guiKey = 199, – P
takedown = 83, – =
siren = {
tone_one = 108, – 1
tone_two = 110, – 2
tone_three = 107, – 3

none from this part is working, can anyone help?

1 Like
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, -- ?? 
}

Make sure your code is clean, it’s probably the keys that are wrong

I don’t know if you resolved it already, but it’s probably because you’re using luxart, disable it to make els work fine