19.02.2013, 02:45
(
Последний раз редактировалось Shaneisace; 19.02.2013 в 03:23.
)
Quote:
|
I meant if you were to store, instead of the color's value, it's define. I.e storing COLOR_BLUE in PlayerInfo[playerid][pColor].
|
EDIT:
When i try to this:
pawn Код:
stock GetColor(hex)
{
new
str[15];
format(str, sizeof(str), "0x%6x00", hex);
return str;
}
EDIT:
this can be closed now, i fixed it using << 8 appears to have solved the issue


