Skip to main content

OnRespawnInformationGiven

Usage​

  • Called when a player is about to be sent respawn information
  • No return behavior

Examples​

""
void OnRespawnInformationGiven(BasePlayer player, RespawnInformation respawnInformation)
{
Puts("OnRespawnInformationGiven works!");
}