3rd Party Libraries
Recent Additions
Handles Parser
Discord
sdktools_sound
StopSound
File
StopSound
Last Updated
2018-07-08
Created At
2007-07-07
Stops a sound.
native
void
StopSound(
int
entity
,
int
channel
,
const char[]
name
)
Parameters
int
entity
Entity index.
int
channel
Channel number.
const char[]
name
Sound file name relative to the "sound" folder.
Return Value
void