16.10.2013, 07:49
pawn Код:
#define COLOR_BLACK #00000000 // 6 digits, followed by 2 transparency specifiers.
SendClientMessage(playerid, COLOR_BLACK, "This is a color..");
Quote:
Originally Posted by wiki.sa-mp.com
RR - Two values for the red (Where FF is max, and 00 is the lowest).
GG - Two values for the green (Where FF is max, and 00 is the lowest). BB - Two values for the blue (Where FF is max, and 00 is the lowest). AA - Two values for the transparency (Where FF is max, and 00 is the lowest). |