Commands/Lua

Reference for console commands, Lua hooks and Lua commands in CS2D.

CS2D Command CS2D Console Commands

Category: all (371)

CS2D Command sv_sound

Categories

Parameters

  • soundfile (text): a path to a soundfile. relative to the sfx folder

Info

Play a soundfile. Everyone on the server who has the soundfile will hear it. The sound is played only once (no loop).
Playback can be stopped with sv_stopsound.

Note: CS2D will NOT send the soundfile to players who do not have it! You have to add the file to sys/servertransfer.lst if you want it to be transferred to others!

Note: Use sv_sound2 instead to play a sound for a specific player only.

Lua Hook Lua Hooks

Lua Command Lua Commands