Skip to main content

OnUserBanned

Usage​

  • Called after a player has been banned from the server
  • No return behavior

Examples​

void OnUserBanned(string playerName, string playerId, string playerIp, string reason)
{
Puts($"Player {playerName} ({playerId}) at {playerIp} was banned: {reason}");
}