AR/getSoundLevelData
From Multi Theft Auto: Wiki
This function gets the left/right level from a sound element. If the element is a player, this function will use the players voice.
Syntax
int, int getSoundLevelData ( element theSound )
Required Arguments
Returns
Returns a 2 values with Left, Right level data from sound, false otherwise.
Example
TODO
--TODO
Requirements
Minimum supported server | n/a |
---|---|
Minimum supported client | 1.3.0-9.04162 |
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.04162" />
Changelog
Version | Description |
---|
1.3.2 | Added player element to use a players voice |