Raised This Month: $ Target: $400
 0% 

Fix my code = Carma


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 01-17-2009 , 21:07   Re: Fix my code = Carma
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <amxmisc>

new P_LOL[] = "misc/lol.wav";

public 
plugin_init() {
    
    
register_plugin("Voice Mod","0.1","JoneQ");
    
register_concmd("say /lol","LolPlay");
}

public 
LolPlay(id)
{
    
client_cmd(id,"spk %s",P_LOL)
}

public 
plugin_precache()
{
    
precache_sound(P_LOL)

Enjoy!
__________________
Join US - custom Zombie Server - Custom Addons:



Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
 



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 01:41.


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