28.06.2014, 03:57
This is because "SetPlayerColor" takes an integer or a hexadecimal parameter, using "string" is incorrect in this case.
pawn Код:
cache_get_field_content(0, "RGB", mHolder, cHandle);
SetPlayerColor(playerid, strval(mHolder));
