PrecacheSound
Precaches a given sound.
native bool PrecacheSound(const char[] sound, bool preload = false)
Parameters
const char[] sound
Name of the sound to precache.
bool preload
If preload is true the file will be precached before level startup.
Return Value
bool True if successfully precached, false otherwise.