Installation
- Download and extract to your resources folder
- Add
ensure pf_radioto yourserver.cfg - Configure
shared/config.luato match your framework - Set up restricted channels if needed
- 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",
}
},