MUMBLE_ADD_VOICE_TARGET_PLAYER
Adds the specified player to the target list for the specified Mumble voice target ID.
CFX
Signature
lua
MumbleAddVoiceTargetPlayer(0, PlayerId())
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | A Mumble voice target ID, ranging from 1..30 (inclusive). | |
| Player | A game player index. |
Usage
lua
MumbleAddVoiceTargetPlayer(0, PlayerId())Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
