Raised This Month: $51 Target: $400
 12% 

CS:S / CS:GO


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Uweeda.pl
Junior Member
Join Date: Aug 2013
Old 06-12-2014 , 05:07   CS:S / CS:GO
Reply With Quote #1

Round End Sound plugin

there is any possibility to hear round sound in the beginning new round ?

If round sound will start play they will stop after 3/4 second of new round

This plugin exist?
__________________
Uweeda.pl is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 06-12-2014 , 09:46   Re: CS:S / CS:GO
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?t=237045

Something like this

CS:GO
PHP Code:
#include <sourcemod>
#include <emitsoundany>

public OnMapStart()
{
    
AddFileToDownloadsTable("sound/sourcemod/mymod/bacon.mp3");
    
PrecacheSoundAny("sourcemod/mymod/bacon.mp3");
    
HookEvent("round_start"Event_Round_Start);
}

public 
Event_Round_Start(Handle:event, const String:name[], bool:dontBroadcast)
{
// In response to something
    
EmitSoundToAllAny("sourcemod/mymod/bacon.mp3");

__________________
versatile_bfg is offline
Uweeda.pl
Junior Member
Join Date: Aug 2013
Old 06-12-2014 , 10:57   Re: CS:S / CS:GO
Reply With Quote #3

Quote:
Originally Posted by versatile_bfg View Post
https://forums.alliedmods.net/showthread.php?t=237045

Something like this

CS:GO
PHP Code:
#include <sourcemod>
#include <emitsoundany>

public OnMapStart()
{
    
AddFileToDownloadsTable("sound/sourcemod/mymod/bacon.mp3");
    
PrecacheSoundAny("sourcemod/mymod/bacon.mp3");
    
HookEvent("round_start"Event_Round_Start);
}

public 
Event_Round_Start(Handle:event, const String:name[], bool:dontBroadcast)
{
// In response to something
    
EmitSoundToAllAny("sourcemod/mymod/bacon.mp3");


So it will work like normal round sound , but people can also hear this rsound on begenning new round?
__________________
Uweeda.pl is offline
Reply



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:01.


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