event onPlayerChangeColor (client-side)
Available since version: 0.0.4
This event is triggered when player changed his nickname color.
Parameters
int id, int r, int g, int b
intid: the id of the player who changed his nickname color.intr: the amount of red in the nickname color(0 - 255).intg: the amount of green in the nickname color(0 - 255).intb: the amount of blue in the nickname color(0 - 255).