SetSoundPosition
Jump to navigation
Jump to search
Sets custom sound position in the GTA world.
Syntax
bool setSoundPosition ( string sound, float x, float y, float z )
Required Arguments
- sound: Name of the sound you want to play.
- x: A floating point number representing the X coordinate on the map.
- y: A floating point number representing the Y coordinate on the map.
- z: A floating point number representing the Z coordinate on the map.
Returns
Returns true if the sound was successfully moved, false otherwise.
Example
TODO
Click to collapse [-]
Client--TODO
See Also