1
0
Fork 0
forked from Simnation/Main
Main/resources/[voice]/pma-voice/docs/client-setters/setRadioVolume.md
2025-06-30 19:26:56 +02:00

14 lines
No EOL
255 B
Markdown

## setRadioVolume
## Description
Sets the local players radio channel volume
## Parameters
* **radioVolume**: the radio volume to set to between 0 - 100 percent
```lua
-- sets the radio volume to 50 percent
exports['pma-voice']:setRadioVolume(50)
```