Raised This Month: $ Target: $400
 0% 

[CS:GO] SV_StartSound: not precached


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ImACow
AlliedModders Donor
Join Date: Feb 2015
Old 06-01-2016 , 10:33   [CS:GO] SV_StartSound: not precached
Reply With Quote #1

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)
{
    
AddToStringTableFindStringTable"soundprecache" ), szPath );

Anyone any clue ?
__________________

Last edited by ImACow; 06-01-2016 at 10:34.
ImACow is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:14.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode