MUMBLE_SET_VOLUME_OVERRIDE_BY_SERVER_ID
Overrides the output volume for a particular player with the specified server id and player name on Mumble. This will also bypass 3D audio and distance calculations. -1.0 to reset the override.
CFX
Signature
lua
MumbleSetVolumeOverrideByServerId(0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | The player's server id. | |
| float | The volume, ranging from 0.0 to 1.0 (or above). |
Usage
lua
MumbleSetVolumeOverrideByServerId(0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
