Raised This Month: $ Target: $400
 0% 

playing a wav


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
allenwr
Veteran Member
Join Date: Jan 2006
Location: The place where the karm
Old 05-24-2006 , 21:51  
Reply With Quote #8

errgggg

You need to define it more i think
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" new g_szSound[] = "sound.wav" public fnRoundEnd() {     client_cmd(0,"spk %s",g_szSound) } public plugin_precache() {     precache_sound("misc/sound.wav")         return PLUGIN_CONTINUE } public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_event("SendAudio", "fnRoundEnd","a","2=%!MRAD_terwin","2=%!MRAD_ctwin","2=%!MRAD_rounddraw") }

i think that works.
__________________
Don't ever place an order with Vee Servers. This is why.
allenwr is offline
Send a message via ICQ to allenwr Send a message via Yahoo to allenwr
 



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 16:30.


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