Play: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
Note:If you omit the file extension, it will also works if the file is a .wav sound.
Warning:If you trigger this command from a map in Hammer editor, never try to pass string parameters to a script function with this input. It will corrupt the VMF structure because of the nested quotation marks, which then must be removed manually with a text editor in order to recover your map.
		
	
mNo edit summary  | 
				m (added console command template)  | 
				||
| Line 1: | Line 1: | ||
{{lang|play  | {{lang|play}}{{Console Command}}  | ||
{{syntax|play <sound_name>}}  | {{syntax|play <sound_name>}}  | ||
| Line 14: | Line 14: | ||
= See also =  | = See also =  | ||
* {{ent|playvol}}  | * {{ent|playvol}}  | ||
Revision as of 15:54, 26 June 2023
Syntax: play <sound_name>
Play a sound where "sound_name" is the specified sound with the path from <sound/>.
Example:
play "common/stuck1.wav"
This will play the sound "stuck1.wav" in the folder "sound/common/".