Skip to main content

OnPlayerSetInfo

Usage​

  • Called when setting player's information (aka console variables)
  • No return behavior

Examples​

""
void OnPlayerSetInfo(Network.Connection connection, string key, string value)
{
Puts($"{connection.userid}: {key} was set to {value}");
}