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

12 lines
236 B
Markdown
Raw Permalink Normal View History

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