MumbleRemoveVoiceTargetPlayerByServerId — FiveM Natives
0x930BD34B · CFX · client
Removes the specified player from the user's voice targets. Performs the opposite operation of MUMBLE_ADD_VOICE_TARGET_PLAYER_BY_SERVER_ID
Parameters
| Name | Type | Description |
|---|---|---|
| targetId | int | A Mumble voice target ID, ranging from 1..30 (inclusive). |
| serverId | int | The player's server id to remove from the target. |
Returns
void