Call of Duty Script Documentation
playlocalsound( <sound name> )
ModulePlayer
Summary
Plays a sound locally to the player
Call this function on
The player
Example
players[i] playLocalSound("MP_announcer_round_draw");
Minimum Number of arguments: 1
1 : <sound name>: The name of the sound to play.
Number of optional arguments: 0
Return to Function List