13.08.2012, 20:51
Here the defines:
U should do this for a yellow message:
Код:
#define Black "{000000}" #define White "{FFFFFF}" #define Grey "{BFBFBF}" #define Red "{FF0000}" #define Orange "{FFA500}" #define Yellow "{FFFF00}" #define Green "{008000}" #define Blue "{0000FF}" #define Purple "{800080}" #define Teal "{008080}"
Код:
SendClientMessage(playerid,Yellow, "YourYellowText");