Raised This Month: $ Target: $400
 0% 

Solved Prevent background sound from overlapping between rounds


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
chuttenjr
Member
Join Date: Sep 2018
Location: Saipan
Old 09-28-2018 , 18:26   Re: Prevent background sound from overlapping between rounds
Reply With Quote #15

This is what i wrote:

PHP Code:
#include <amxmodx>

public plugin_init() 
{
register_plugin"Round Start Sound""1.0""AMXX Community" );
register_event("HLTV""event_new_round""a""1=0""2=0"
}
public 
plugin_precache() 
{
precache_sound("misc/predatortheme.mp3")
}

public 
event_new_round()
{
client_cmd0,"mp3 stop")
client_cmd0,"mp3 play""predatortheme" )

Now sound is disabled completely...im starting to feel like trying to kill a fly with a cannon
chuttenjr 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 06:54.


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