Radio
This section configures the built-in communication radio used by truckers and their pilots.
Usage: Allows players to communicate via voice chat over specific frequencies while in the vehicle.
Volume Control: Sets the initial loudness when a player first joins the server.
Frequency Range: Defines the "dial" available to players. A smaller range forces players onto the same channels (better for socializing), while a larger range gives more privacy.
Radio for all trucks
This option decides if all trucks should have the CB radio or only vehicles from the job.
true β All trucks will have the CB radio available [Exactly vehciles in classes 10, 11, 17, 19, 20]
false β Only vehicles created by the job will have the CB radio available
Default Volume (defaultVolume)
defaultVolume)The starting volume level of the radio when a player enters the truck or the convoy vehicle.
Value: Percentage (
0to100).Note: Players can usually adjust this locally, but this sets the baseline.
Frequency Range (minFreq / maxFreq)
minFreq / maxFreq)Defines the lowest and highest channel numbers players can tune into.
Logic: Players can pick any number between these two values.
Example: If set to
100.0-108.0, a player can tune to104.5, but they cannot tune to99.0
Default Configuration
PMA-VOICE ERROR
If you are encountering an error with CB radio system not working properly, please follow this tutorial.
Open this file:
pma-voice -> client -> radio.lua
Then search for the export called:
exports('setRadioChannel', setRadioChannel)
And paste above or below it this export (the placement of it doesn't really matter:
Last updated