SetSoundPosition

From Multi Theft Auto: Wiki
Revision as of 19:28, 26 December 2008 by Cazomino05 (talk | contribs)
Jump to navigation Jump to search

Sets custom sound seek position.

Syntax

bool setSoundPosition ( string sound, int pos )

Required Arguments

  • sound: Name of the sound you want to play.
  • pos: An integet number representing the position you wish to seek to.

Returns

Returns true if the sound position was successfully moved, false otherwise.


Example

TODO

Click to collapse [-]
Client
--TODO

See Also