MUMBLE_REMOVE_VOICE_TARGET_PLAYER
Removes the specified player from the user's voice targets. Performs the opposite operation of [MUMBLE_ADD_VOICE_TARGET_PLAYER](#\_0x32C5355A)
CFX
Signature
lua
MumbleRemoveVoiceTargetPlayer(0, PlayerId())
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | A Mumble voice target ID, ranging from 1..30 (inclusive). | |
| Player | The player index to remove from the target. |
Usage
lua
MumbleRemoveVoiceTargetPlayer(0, PlayerId())Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
