Files
CasperV1FiveM/resources/[standalone]/pma-voice/docs/client-setters/setMicClickOnVolume.md
2026-07-07 21:08:52 +02:00

15 lines
286 B
Markdown

## setMicClickOnVolume
## Description
Sets the local players radio turn on mic click volume
## Parameters
* **volume**: the volume to change to between 0 - 100 percent
```lua
-- sets the radio turn on mic click volume to 20 percent
exports['pma-voice']:setMicClickOnVolume(20)
```