Adding Sounds
In qs-vehiclekeys
, you can configure custom sounds for key-related interactions to enhance immersion. This requires using a sound management resource such as interact-sound. Follow the steps below to set up and customize sounds for your server.
Install and Add Custom Sound
1
2
Configure Custom Sounds
Once the sound is added, update the following configuration values in qs-vehiclekeys:
Config.Sounds = true -- Enable custom sounds through InteractSound
Config.SoundsDisableDefault = false -- Disable default FiveM sounds
Config.SoundsVolume = 0.3 -- Adjust volume (recommended range: 0.1 to 1.0)
Config.SoundsFileName = 'carkeys' -- Name of the custom sound file
Config.SoundsDistance = 2 -- Set the sound range in-game (in meters)
Last updated