πŸ’»Installation

1

Download and install the required library and configurearrow-up-right it according to your framework.

Download https://github.com/DEVHUB-GG/devhub_lib arrow-up-rightor use command

git clone https://github.com/DEVHUB-GG/devhub_lib.git
2

Install resources from keymaster

  • Download the RADIO script file from keymaster.

4

Start resources

Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:

ensure devhub_lib
ensure devhub_radio
5

Restart your server

⚠️ REQUIRED STEPS BEFORE USE

1. pma-voice Configuration in server.cfg

Make sure that voice_enableRadioAnim in server.cfg is set to 0. If it doesn't exist, add to server.cfg:

setr voice_enableRadioAnim 0

2. pma-voice Export

Add this to the bottom of pma-voice/client/module/radio.lua:

exports("getRadioData", function()
    return radioData
end)
triangle-exclamation
πŸ“—devhub_lib (NEEDED FOR EACH SCRIPT!)chevron-right🐌Download purchased assetschevron-right

Last updated