Call of Duty Script Documentation

playlocalsound( <sound name> )


Module
Player


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


Number of optional arguments: 0



Return to Function List