17.06.2013, 01:22
Make it easy for u
Will work in dialog as well
pawn Код:
#define WHITE "{FFFFFF}"
#define RED "{F81414}"
#define GREEN "{6EF83C}"
#define ORANGE "{FFAF00}"
#define BLUE "{0049FF}"
//then use it like this(example)
SendClientMessage(playerid,""WHITE"This is white, "BLUE" this is blue");