function setPlayerColor (server-side)
Available since version: 0.0.1
This function will set the player/npc nickname color for all players.
Declaration
void setPlayerColor(int id, int r, int g, int b)
Parameters
intid: the player id.intr: the red color component in RGB model.intg: the green color component in RGB model.intb: the blue color component in RGB model.