Determines the player color. The player color is used to identify various owned objects such as flags or clonks as well as his text messages.
Log("<c %x>%s</c> has a score of %d.", GetPlayerColor(0), GetPlayerName(0), GetScore(0));
Returns status information about the first player, highlighting the player's name in the player color.