Configuration
Configuration guide of Radio System.
General Settings
Parameter
Description
Example Value
Config.Framework
Determines the framework to use (auto
, esx
, or qb
).
"auto"
Config.debug
Enables or disables debug mode.
false
Config.radioName
Specifies the name of the radio item.
"radio"
Config.defaultVolume
Sets the default volume of the radio (range: 0–100).
50
Config.LoopTime
Time (in milliseconds) to check the radio activity. Lower values are faster but may impact performance.
500
Config.RadioProp
The object model used for the radio prop.
'prop_cs_hand_radio'
Job-Specific Channels
Parameter
Description
Example Value
Config.jobChannels
Defines channels restricted to specific job roles.
See example below.
Example:
Localization Settings
Parameter
Description
Example Value
Config.Locale
Stores text messages for in-game interactions.
See example below.
Example:
Framework Detection
The script automatically detects the framework using the getFramework
function.
The detection works as follows:
ESX Framework: Uses
es_extended
.QBCore Framework: Uses
qb-core
.Auto Mode: Automatically detects the active framework.
Last updated