04.10.2009, 12:49
Player's color is in hexadecimal code. Search for HexToInt and IntToHex functions on the forum. Convert the color to integer by using HexToInt function and then store it to the player's variable and when you want to load it just use IntToHex function to get the hexadecimal code from integer.

