๐ป Installation
1
Install devhub_lib
Download and install the required library and configure it according to your framework.
Download https://github.com/DEVHUB-GG/devhub_lib or use command
Shell
git clone https://github.com/DEVHUB-GG/devhub_lib.git2
Install resources from keymaster
- Download the RADIO script file from keymaster.
3
Add export to pma-voice
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:
JavaScript
ensure devhub_lib
ensure devhub_radio5
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:
Lua
setr voice_enableRadioAnim 02. pma-voice Export
Add this to the bottom of pma-voice/client/module/radio.lua:
Lua
exports("getRadioData", function()
return radioData
end)DO NOT CHANGE RESOURCE NAME