Scripts/resources/[voice]/pma-voice/docs/client-setters/removePlayerFromRadio.md

12 lines
241 B
Markdown
Raw Permalink Normal View History

2024-12-29 20:02:57 +00:00
## removePlayerFromRadio
## Description
Removes the player from the radio
## NOTE: This is just syntactic sugar for `setRadioChannel(0)`
```lua
-- Removes the player from the radio channel
exports['pma-voice']:removePlayerFromRadio()
```