Configuration
The configuration file is located at config/shared.lua
. Below are some important parts of the configuration:
Framework: Set the framework you are using (
esx
orqb
).ESX Export: If you are using ESX, set the script name. Default is
"es_extended"
.Core: Set the core name for your framework. Default for ESX is
"esx:getSharedObject"
and for QB is"qb-core"
.Mysql: Set the MySQL plugin you are using (
oxmysql
,mysql-async
, orghmattisql
).Admins Groups: Add the groups that you want to have access to all radio channels and permissions to delete inhibitors.
Draggable: If you want to be able to drag the radio.
Command: Command to open the radio.
Radio At Waist: If you want the radio to be attached to the waist.
Use Item: If you want to use an item to get the radio.
Item Name: Item name in the database.
Use Inhibitor: If you want to use the inhibitor.
Inhibitor Item: Item name in the database.
Inhibitor Prop: Prop name for the radio inhibitor.
Inhibitor Range: Range of the inhibitor.
Delete Inhibitor Command: Command to remove the closest inhibitor. Only works for admins and the owner of the inhibitor.
Last updated