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

End Round Sounds


Post New Thread Reply   
 
Thread Tools Display Modes
spartacus31
Junior Member
Join Date: Oct 2012
Old 11-03-2013 , 16:42   Re: End Round Sounds
Reply With Quote #181

buenas amigo tengo tu plugin pero trate de meterle sonidos a mi gusto y no los reproduce podrias ayudarme


_____________________________________

I have a good friend but try to shove plugin sounds to my liking and no play could help me

Last edited by spartacus31; 11-04-2013 at 22:08. Reason: idioma
spartacus31 is offline
spartacus31
Junior Member
Join Date: Oct 2012
Old 11-03-2013 , 17:52   Re: End Round Sounds
Reply With Quote #182

quisiera meterle sonidos mp3 que debo hacer porque me guie de esto y no funciono
mp3 sounds that would put him because I do guide me about this and did not work - traductor google, I do not speak English
_____________________________________________ _______
plugin_precache( )
precache_sound( "sound/tusonido.wav" ); // o .mp3
_____________________________________________ _______

client_cmd( index, "spk sound/tusonido.wav" );

// o si es mp3
client_cmd( index, "mp3 play sound/tusonido.mp3" );

_____________________________________________ _______





Quote:
#include <amxmodx>

public plugin_init()
{
register_plugin("RoundSound","1.0","PaintLanc er")
register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")
register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin")
}

public t_win()
{
new rand = random_num(0,2)

client_cmd(0,"stopsound")

switch(rand)
{
case 0: client_cmd(0,"spk misc/twinnar")
case 1: client_cmd(0,"spk misc/twinnar2")
case 2: client_cmd(0,"spk misc/twinnar3")
}

return PLUGIN_CONTINUE
}

public ct_win()
{
new rand = random_num(0,2)

client_cmd(0,"stopsound")

switch(rand)
{
case 0: client_cmd(0,"spk misc/ctwinnar2")
case 1: client_cmd(0,"spk misc/ctwinnar3")
case 2: client_cmd(0,"spk misc/ctwinnar4")
}

return PLUGIN_CONTINUE
}

public plugin_precache()
{
precache_sound("misc/ctwinnar2.wav")
precache_sound("misc/ctwinnar3.wav")
precache_sound("misc/ctwinnar4.wav")
precache_sound("misc/twinnar.wav")
precache_sound("misc/twinnar2.wav")
precache_sound("misc/twinnar3.wav")

return PLUGIN_CONTINUE
}

Last edited by spartacus31; 11-04-2013 at 22:06. Reason: informacion del mensaje
spartacus31 is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 11-03-2013 , 17:59   Re: End Round Sounds
Reply With Quote #183

English please
__________________
BLacking98 is offline
spartacus31
Junior Member
Join Date: Oct 2012
Old 11-04-2013 , 22:07   Re: End Round Sounds
Reply With Quote #184

Quote:
Originally Posted by BLacking98 View Post
English please



mp3 sounds that would put him because I do guide me about this and did not work - traductor google, I do not speak English
spartacus31 is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 11-05-2013 , 16:33   Re: End Round Sounds
Reply With Quote #185

Still don't understand
Try to post better in english or spanish because i mostly understand spanish, but you didn't explain yourself. Not even in spanish
__________________
BLacking98 is offline
artstylee
Junior Member
Join Date: Oct 2013
Old 11-12-2013 , 11:30   Re: End Round Sounds
Reply With Quote #186

how to add more music sounds?
and 2013 its still working on the last versions HLDS?

Last edited by artstylee; 11-12-2013 at 11:31.
artstylee is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 11-12-2013 , 18:13   Re: End Round Sounds
Reply With Quote #187

Try Alternative End Round Sounds by Arkshine
__________________
BLacking98 is offline
danny brille
New Member
Join Date: Nov 2013
Old 11-20-2013 , 07:53   Re: End Round Sounds
Reply With Quote #188

hi everybody
danny brille is offline
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 11-21-2013 , 08:24   Re: End Round Sounds
Reply With Quote #189

Quote:
Originally Posted by BLacking98 View Post
Try Alternative End Round Sounds by Arkshine
Arkshine's topic is trashed, though no reason is mentioned.
__________________
We all live under the same sky but we have different horizons.
bLacK-bLooD is offline
GBLTeam
Senior Member
Join Date: Mar 2012
Location: Republic of Macedonia
Old 12-05-2014 , 09:11   Re: End Round Sounds
Reply With Quote #190

why Alternative End Round Sounds its trashed>?
GBLTeam is offline
Send a message via MSN to GBLTeam Send a message via Skype™ to GBLTeam
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:49.


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