⚙️Configuration

Configuration for xRadio Resource

Voice Configuration

Select the voice mod you are using from the " Settings.lua " .

Framework Configuration

Select the framework you are using from the " Settings.lua ".

Frequency Limit Configuration

Set the max frequency can people join from the " Settings.lua "

Language Configuration

You can change and set the UI languages from the " Settings.lua ".

Resetting Command Configuration

If anyhow the ui of the xRadio gets bugged you can reset the ui via the command. You can change this command from " Settings.lua ".

Job Frequencies Configuration

You can set the job frequencies from the " Settings.lua". This frequencies can not be joined by the people that doesnt have permisson.

UI Visibility Configuration

You can turn the UI off and on with the following exports.

exports["xRadio"]:openxRadio -- Open UI
exports["xRadio"]:closexRadio -- Close UI

OX Inventory Configuration

Ox-inventory Setup ;

['radio'] = {
   label = 'Radio',
   weight = 1000,
   stack = true,
   allowArmed = true,
   client = {
      usetime = 150,
      export = 'xRadio.openxRadio' -- dont change 
  }
},

Last updated