MUMBLE_SET_PLAYER_MUTED
Mutes or unmutes the specified player
CFX
Signature
lua
MumbleSetPlayerMuted(0, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | The player to set the mute state of | |
| bool | Whether to mute or unmute the player |
Usage
lua
MumbleSetPlayerMuted(0, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
