SetSoundPosition

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

Sets custom sound seek position.

Syntax

bool setSoundPosition ( element sound, int pos )

Required Arguments

  • sound: the element 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