Raised This Month: $ Target: $400
 0% 

Help with sound


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
extreem
Member
Join Date: Apr 2011
Location: Czech Republick
Old 04-21-2011 , 09:58   Re: Help with sound
Reply With Quote #7

Look please. Full code
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "sound"
#define VERSION "1.0"
#define AUTHOR "Extreem"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /audio""audio")
}
public 
audio(id){
    
client_cmd(id"spk sound")  
    
client_print(idprint_chat"Plugin is work")
}
public 
plugin_precache()
    
precache_sound("sound.wav"
Some screens:
Attached Thumbnails
Click image for larger version

Name:	21.4.jpg
Views:	134
Size:	71.7 KB
ID:	85058   Click image for larger version

Name:	21.41.png
Views:	145
Size:	52.5 KB
ID:	85059  
__________________
extreem is offline
Send a message via Skype™ to extreem
 



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 19:51.


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