# Installation

1. Drag "Mani-Radio" inside your resources
2. Ensure that Mani-Radio is started after ox\_lib, pma-voice & your inventory

#### Emergency Jobs contain the Job Names that has access to Emergency Radio Channels

{% code overflow="wrap" %}

```lua
Config.EmergencyJobs = {
    ['police'] = true,
    ['ambulance'] = true,
}
```

{% endcode %}

#### Save Item controls whether or not to use inventory functions

{% code overflow="wrap" %}

```lua
Config.RadioItem = 'radio'

Config.saveItem = true
```

{% endcode %}

> Remember to also set RadioItem to false, if you choose to disable the whole item functionality.
