Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't hear the sirens #184

Open
Moos1233456789 opened this issue Apr 26, 2024 · 0 comments
Open

don't hear the sirens #184

Moos1233456789 opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Moos1233456789
Copy link

Moos1233456789 commented Apr 26, 2024

in my server there is someone that developed the els for me and for some reason just at one point he couldn't hear them anymore
everything he tried did not help tried reinstalling GTA and FIVEM neither worked everyone else hears it fine but he just doesn't whatever he tries also installed it to his test server also not working (I can't possible think the problem is on his side since he fully reinstalled his GTA and FIVEM) if you got any idea PLEASE HELP ASAP

this is the config:

Config = {}

-- If you are using WM Server Sirens, uncomment below
-- See https://github.com/Walsheyy/WMServerSirens
Config.AudioBanks = {
'DLC_WMSIRENS\SIRENPACK_ONE',
'DLC_WALSHEY\SIRENPACK_ONE',
}

-- Change these values to tweak the light reflections around your vehicle
Config.EnvironmentalLights = {
Range = 70.0, -- how far the light reaches
Intensity = 0.1, -- how intense the light source is
}

-- You can make the flashing high beams brighter. Set to 1.0 for GTA default
Config.HighBeamIntensity = 2.0

-- Whether vehicle passengers are allowed to control the lights and sirens
Config.AllowPassengers = false

-- Whether you can toggle the siren, even when the lights are out
Config.SirenAlwaysAllowed = true

-- Whether vehicle indicator control should be enabled
Config.Indicators = true

-- Enables a short honk when a siren is activated
Config.HornBlip = false

-- Enables a short beep when a light stage or siren is activated
Config.Beeps = false

-- Duration for the warning beep (in seconds)
-- Should be equal to the WarningBeep.ogg file
-- Only change this if you replace the audio file with your own
Config.WarningBeepDuration = 2.0

-- Enables controller support for controlling the primary light stage and the sirens
-- DPAD_LEFT = toggle primary lights
-- DPAD_DOWN = toggle siren 1
-- B = activate next siren
Config.ControllerSupport = true

-- Customize various strings to your own liking
Config.Translations = {
VehicleControlMenu = {
MenuTitle = 'Vehicle Control Menu',
ExtraDoesNotExist = 'This extra does not exist on your vehicle!',
MiscDoesNotExist = 'This misc does not exist on your vehicle!',
FlashingHighBeam = 'Flashing high beam',
}
}

this is a XML file:

@Moos1233456789 Moos1233456789 added the bug Something isn't working label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant