View Single Post
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 08-17-2019 , 13:45   Re: disable join team and disconnect message in chat
Reply With Quote #3

PHP Code:

public void OnPluginStart() 

    
HookEvent("player_team"Event_PlayerTeamEventHookMode_Pre); 


public 
void Event_PlayerTeam(Event event, const char[] namebool dontBroadcast

    
event.SetInt("silent"true);

__________________
Ilusion9 is offline