Lua:BroadCastSound

From Fortress Forever Wiki
Jump to navigationJump to search


BroadCastSound

Plays a sound for everyone on the server.

Usage

BroadCastSound(sound)

Input

  • sound(string) The sound to play. All sounds used by lua should be precached.

Output

Returns: Nothing

Example

BroadCastSound("misc.unagi")