Quote:
Originally Posted by Faisal_khan
You can use these colours in SendClientMessage like functions.
To define them:
pawn Код:
#define COLOUR1 0x177517FF
And to use it:
pawn Код:
SendClientMessage(playerid, COLOUR1, "Hello!");
|
Quote:
Originally Posted by Dzines4SAMP
You can, if you know what color is for what RGBA.
|
How to check that? And how to add that?