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

Hide team changes (HELP)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
viRR
Member
Join Date: Mar 2011
Location: Slovakia
Old 04-28-2012 , 18:30   Hide team changes (HELP)
Reply With Quote #1

Does anyone know plugin to hide team changes ?

Example..
Code:
๖ۣۜZєяo is joining the Counter-Terrorist force
'viRR.sk is joining the Terrorist force
THX for help

Last edited by viRR; 04-28-2012 at 18:32.
viRR is offline
Send a message via Skype™ to viRR
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 04-29-2012 , 15:28   Re: Hide team changes (HELP)
Reply With Quote #2

Try this.
Attached Files
File Type: sp Get Plugin or Get Source (hideteamchanges.sp - 395 views - 477 Bytes)
__________________
Dr. McKay is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 04-29-2012 , 21:03   Re: Hide team changes (HELP)
Reply With Quote #3

Quote:
Originally Posted by Dr. McKay View Post
Try this.
Why do that?
SetEventBroadcast() is what he's looking for, and he can use the Tidy Chat plugin.
Attached Files
File Type: sp Get Plugin or Get Source (hideteamchanges.sp - 322 views - 513 Bytes)
minimoney1 is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-29-2012 , 21:26   Re: Hide team changes (HELP)
Reply With Quote #4

put:

SetEventBroadcast(event, true) in your callback code.
Code:
public OnPluginStart() {     HookEvent("player_team", Event_PlayerTeam); } public Event_PlayerTeam(Handle:event, const String:name[], bool:dontBroadcast) {     SetEventBroadcast(event, true); }


whoops... missed the post above mine... only looked at the other one
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-29-2012 at 21:27.
TnTSCS is offline
viRR
Member
Join Date: Mar 2011
Location: Slovakia
Old 05-06-2012 , 12:55   Re: Hide team changes (HELP)
Reply With Quote #5

thx a lot !!!
viRR is offline
Send a message via Skype™ to viRR
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 18:48.


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