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

Solved Round Start Sounds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kaeming
Senior Member
Join Date: Nov 2015
Old 03-22-2018 , 16:39   Round Start Sounds
Reply With Quote #1

Been trying to build one but csgo just doesn't precache and download for some reason.
Probably because i did it all wrong but ok. I tried using emitsoundtoallany too but doesn't work either.
Tried using abners old round start plugin = sound files still not downloading

Maybe someone can link me or drop me a source for it? Would appreciate it
also, i tried searching all over the net, couldn't actually find a round start plugin than those sp that are either old or don't work at all.

a mini source i hooked somewhere which failed
Code:
#include <sourcemod>
#include <sdktools>
#include <sdktools_sound>
#include <emitsoundany>

#pragma semicolon 1


public OnPluginStart()
{
HookEvent("round_start", Event_RoundStart);
}
public OnMapStart()
{
PrecacheSoundAny("sound/AOT/aot.mp3");
AddFileToDownloadsTable("sound/AOT/aot.mp3");
}


public Action Event_RoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
EmitSoundToAllAny("sound/AOT/aot.mp3");
}
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.

Last edited by DarkDeviL; 03-27-2018 at 19:55. Reason: Restored post
kaeming 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 09:46.


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