Skip to main content

OnTeamKick

Usage​

  • Useful for canceling kick of the player from the team
  • Return a non-null value to override default behavior

Examples​

""
object OnTeamKick(RelationshipManager.PlayerTeam team, BasePlayer player, ulong target)
{
Puts("OnTeamKick works!");
return null;
}