Raised This Month: $32 Target: $400
 8% 

Solved [CS GO] EmitSoundToAll dont work


Post New Thread Reply   
 
Thread Tools Display Modes
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 01-14-2019 , 22:48   Re: [CS GO] EmitSoundToAll dont work
Reply With Quote #11

Quote:
Originally Posted by Facksy View Post
Code:
public void OnMapStart()
{
	AddFileToDownloadsTable("sound\jailbreak\round\ambience1.mp3");
	PrecacheSound("jailbreak\round\ambience1.mp3");
}

EmitSoundToAll("jailbreak\round\ambience1.mp3");
It should looks like that,
Your error say that you don't have downloaded the file, make sure the sound is exactly at its place, if you have a fastdl server, make sure the sound is on it too
1. dont work:
PHP Code:
public void OnMapStart()
{
    
AddFileToDownloadsTable("sound\jailbreak\round\ambience1.mp3");
    
PrecacheSound("jailbreak\round\ambience1.mp3");
}

EmitSoundToAll("jailbreak\round\ambience1.mp3"); 
Quote:
Originally Posted by Indarello View Post
Also csgo require * in path when you precache or play sound that you download on client, but not for standart sounds
2. dont work:
PHP Code:
public void OnMapStart()
{
    
AddFileToDownloadsTable("sound\jailbreak\round\ambience1.mp3");
    
PrecacheSound("*jailbreak\round\ambience1.mp3");
}

EmitSoundToAll("*jailbreak\round\ambience1.mp3"); 
3.dont work:
PHP Code:
public void OnMapStart()
{
    
AddFileToDownloadsTable("sound\jailbreak\round\ambience1.mp3");
    
PrecacheSound("*\jailbreak\round\ambience1.mp3");
}

EmitSoundToAll("*\jailbreak\round\ambience1.mp3"); 
-----------------------------------------
edit:
solved!!
PHP Code:
public void OnMapStart()
{
    
AddFileToDownloadsTable("sound\jailbreak\round\ambience1.mp3");
    
PrecacheSound("jailbreak\round\ambience1.mp3");
}

EmitSoundToAll("jailbreak\round\ambience1.mp3"); 
problem for fast download!!

Last edited by Dr.Mohammad; 01-14-2019 at 23:16.
Dr.Mohammad is offline
Reply


Thread Tools
Display Modes

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 04:53.


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