Raised This Month: $ Target: $400
 0% 

Remove "x attacked a teammate" message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 08-08-2014 , 07:45   Re: Remove "x attacked a teammate" message
Reply With Quote #1

Code:
#include <amxmodx> public plugin_init() {     register_plugin("D7 block saytext team attack", "0.0.1", "D i 5 7 i n c T, Johnny got his gun")         register_message(get_user_msgid("SayText"), "message_SayText") } // Credits to Johnny got his gun public message_SayText() {     if (get_msg_args() > 4)         return PLUGIN_CONTINUE;         static szBuffer[40];     get_msg_arg_string(2, szBuffer, 39)         if (!equali(szBuffer, "#Cstrike_TitlesTXT_Game_teammate_attack"))         return PLUGIN_CONTINUE;         return PLUGIN_HANDLED; }
Attached Files
File Type: sma Get Plugin or Get Source (D7_block_saytext_team_attack.sma - 1301 views - 527 Bytes)
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
Old 08-25-2014, 09:28
ArthHa
This message has been deleted by ArthHa. Reason: sorry
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 11:32.


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