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)
intid: The id of the player.intping: The player's ping.