event onPlayerChangePing (client-side)
Available since version: 0.0.4
This event is triggered when server updates player ping.
Parameters
int id, int ping
intid: the id of player which ping is updated.intping: the player ping.