Raised This Month: $32 Target: $400
 8% 

Solved Hide information with join to the team


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 04-20-2018 , 10:21   Hide information with join to the team
Reply With Quote #1

Hello,
How i can hide information with join to the team?
<name player> is joining the Counter-Terrorist force

I want to hide information join to the team when i use ChangeClientTeam

Last edited by Qes; 04-21-2018 at 11:39.
Qes is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-20-2018 , 10:50   Re: Hide information with join to the team
Reply With Quote #2

not tested
PHP Code:
public OnPluginStart()
{
    
HookEvent("player_team"PlayerTeamEventHookMode_Pre);
}

public 
Action:PlayerTeam(Handle:event, const String:name[], bool:dontBroadcast)
{
    
SetEventBroadcast(eventtrue);
    return 
Plugin_Continue;

__________________
8guawong is offline
Qes
AlliedModders Donor
Join Date: Jul 2014
Old 04-20-2018 , 11:26   Re: Hide information with join to the team
Reply With Quote #3

Yes, it works, but hide all information when player change team , but thank you very much
Qes is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-20-2018 , 12:07   Re: Hide information with join to the team
Reply With Quote #4

Quote:
Originally Posted by Qes View Post
Yes, it works, but hide all information when player change team , but thank you very much
https://wiki.alliedmods.net/Generic_...ts#player_team

get the team from the event if its ct then hide it
__________________
8guawong is offline
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 04-20-2018 , 15:55   Re: Hide information with join to the team
Reply With Quote #5

https://forums.alliedmods.net/showpo...84&postcount=9
In csgo can cause defusekit buy bag
Indarello is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 04-21-2018 , 11:53   Re: Hide information with join to the team
Reply With Quote #6

I think he changed the post, now he wants to ChangeClientTeam to just not display the team message.
Mitchell 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 00:10.


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