Skip to content

event onPlayerChangePing (client-side)

Available since version: 0.3.0

Triggered when the client receives a ping update for a player.

Parameters

void onPlayerChangePing(int id, int ping)
  • int id: The id of the player.
  • int ping: The player's ping.