GetSoundVolume
From Multi Theft Auto: Wiki
This function is used to return the volume level of the specified sound element.
Syntax
float getSoundVolume ( element theSound )
Required Arguments
- theSound: The sound element which volume you want to return.
Returns
Returns a float representing the volume level of the sound element, false if invalid arguments were passed.
Example
TODO
Click to collapse [-]
Client--TODO