For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Step 1. Remove other radio script

Remove any other script that manages the radio, such as qb-radio


Step 2. Install dependencies

Install the dependencies if they are not installed.


Step 3. Download lvs_radio

Download the lvs_radio package from your keymaster. Place the folder inside the resources folder.


Step 4. Voice config (server.cfg)

In the server.cfg file, you need to change the setting setr voice_enableRadioAnim 1 to setr voice_enableRadioAnim 0

...
# Voice config
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
setr voice_defaultCycle "GRAVE"
setr voice_defaultVolume 0.3
setr voice_enableRadioAnim 0 #<--- here !!!
setr voice_syncData 1
setr sv_maxclients 48

Step 5. Config

Now configure and translate your resources.

Config files

config/config.lua config/translation.lua


Last updated