Raised This Month: $51 Target: $400
 12% 

need this plugins !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
naa2i
Junior Member
Join Date: Aug 2009
Location: Skopje, Macedonia
Old 12-07-2010 , 17:40   need this plugins !
Reply With Quote #1

Hi all guys i have one question
for a plugins in cs server where ct and tt can't talking

Say and Say_team to cant use it
naa2i is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-07-2010 , 17:56   Re: need this plugins !
Reply With Quote #2

PHP Code:
#include <amxmodx>

new g_pAT

public plugin_init()
{
    
register_clcmd("say""cmdSay")
    
register_clcmd("say_team""cmdSay")
}

public 
plugin_cfg()
{
    
g_pAT get_cvar_pointer("sv_alltalk")
}

public 
cmdSay()
{
    return 
get_pcvar_num(g_pAT) ? PLUGIN_CONTINUE PLUGIN_HANDLED

__________________
fysiks is offline
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:38.


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