StopSound

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

Stops any created sound.

Syntax

bool stopSound ( element sound )

Required Arguments

  • sound: the sound you want to stop.

Returns

Returns true if the sound was successfully stopped, false otherwise.


Example

TODO

Click to collapse [-]
Client
--TODO

See Also