Since the 01/06/2016 update my plugin sounds stopped working.
Also the default radio menus in CSGO (Cheer!,Go Go Go,Enemy spotted) all stopped working.
SV_StartSound: *cow/test.mp3 not precached (2498)
PHP Code:
public void warden_OnMapStart()
{
AddFileToDownloadsTable("sound/cow/test.mp3");
FakePrecacheSound("*cow/test.mp3");
EmitSoundToAll("*cow/test.mp3",client,SNDCHAN_STATIC);
}
stock void FakePrecacheSound(const char[] szPath)
{
AddToStringTable( FindStringTable( "soundprecache" ), szPath );
}
Anyone any clue ?
__________________