20.09.2016, 08:36
Save and load the color as integer.
pInfo[playerid][namecolor] should be declared as integer as well.
Retrieve it with cache_get_field_content_int function.
pInfo[playerid][namecolor] should be declared as integer as well.
Retrieve it with cache_get_field_content_int function.
pawn Код:
format(string, sizeof(string), "Color: %06x", pInfo[playerid][namecolor] >>> 8);

