How to customize your horn - tah5882/ELS-FiveM GitHub Wiki

Here's how to customize your horn

  1. Open client/util.lua
  2. Move line 297
  3. replace it with PlaySoundFromEntity(h_soundID_veh[veh], getVehicleVCFInfo(veh).sounds.mainHorn.audioString, veh, "DLC_WMSIRENS_SOUNDSET", 0, 0)
  4. Open car_name.xml directory in vcf
  5. Set AudioString of MainHorn in the SOUNDS tag to the name of the sound source set in WM-ServerSirens.
  6. Enjoy!