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