MumbleSetVolumeOverrideByServerId
DocsMumbleSetVolumeOverrideByServerId(serverId, volume)Description
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.
Parameters
| Name | Type | Description |
|---|---|---|
serverId | int | The player's server id. |
volume | float | The volume, ranging from 0.0 to 1.0 (or above). |
Returns
voidThis native does not return a value.