You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config.RestrictedChannels = 10 -- channels that are encrypted (EMS, Fire and police can be included there) if we give eg 10, channels from 1 - 10 will be encrypted
Config.enableCmd = false -- /radio command should be active or not (if not you have to carry the item "radio") true / false
Config.messages = {
['not_on_radio'] = 'You are currently not on any radio',
['on_radio'] = 'You are currently on the radio: <b>',
['joined_to_radio'] = 'You joined the radio: <b>',
['restricted_channel_error'] = 'You can not join encrypted channels!',
['you_on_radio'] = 'You are already on the radio: <b>',