How to customize your horn - tah5882/ELS-FiveM GitHub Wiki
Here's how to customize your horn
- Open
client/util.lua
- Move line 297
- replace it with
PlaySoundFromEntity(h_soundID_veh[veh], getVehicleVCFInfo(veh).sounds.mainHorn.audioString, veh, "DLC_WMSIRENS_SOUNDSET", 0, 0)
- Open
car_name.xml
directory invcf
- Set
AudioString
ofMainHorn
in theSOUNDS
tag to the name of the sound source set in WM-ServerSirens. - Enjoy!