Base Resource
radio
The supplied manifest describes this resource as “VCore - Radio”.
Introduction
The supplied manifest describes this resource as “VCore - Radio”.
2Client Lua
2Server Lua
2Exports
22Events
0SQL tables
UI page: web/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
pma-voice | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
inventory | GetItemAmount |
pma-voice | addChannelCheck, getPlayersInRadioChannel, getPlayersInSecondaryRadioChannel, getRadioVolume, setPlayerRadio, setPlayerSecondaryRadio, setRadioChannel, setRadioVolume, setSecondaryRadioChannel |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 36. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure radioConfiguration
Config files
config.lua
Top-level config keys detected
AnimationChannelRulesDefaultVolumeMaxFrequencyMinDecimalFrequencyRadioItemsRadioListRadioTowersSecondaryEnabledEvents, Exports & Callbacks
Exports
Server exports2
GetRadioTowersHasRadioTowerCoverage
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events19
pma-voice:addPlayerToRadiopma-voice:addPlayerToSecondaryRadiopma-voice:radioActivepma-voice:radioChangeRejectedpma-voice:removePlayerFromRadiopma-voice:removePlayerFromSecondaryRadiopma-voice:secondaryRadioActivepma-voice:secondaryRadioChangeRejectedpma-voice:setTalkingOnRadiopma-voice:setTalkingOnSecondaryRadiopma-voice:syncRadioDatapma-voice:syncSecondaryRadioDataradio:client:applyChannelradio:client:channelResultradio:client:forceCloseradio:client:listSnapshotradio:client:nameChangedradio:client:openradio:client:refreshList
Server registered events3
radio:server:getRadioTowersradio:server:requestListradio:server:setChannel
Commands
Server commands2
rn1rn2
Database / SQL
No resource-local SQL file was detected.
No CREATE TABLE statements detected inside this resource.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 2 |
| Server Lua | 2 |
| Other/shared Lua | 2 |
| JavaScript | 1 |
| HTML | 1 |
| CSS | 1 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
radio. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

