Installation

Installation

  1. Download and extract to your resources folder
  2. Add ensure pf_radio to your server.cfg
  3. Configure shared/config.lua to match your framework
  4. Set up restricted channels if needed
  5. Restart your server

Important: The resource must be named pf_radio.

Inventory Item Setup

Add the radio item to your inventory configuration (ox_inventory example):

["radio"] = {
    label = "Radio",
    weight = 1000,
    stack = false,
    client = {
        export = "pf_radio.useRadio",
    }
},