18.06.2013, 09:13
Quote:
When you define a color like you do, #define COLOR_White_EMBED "{FFFFFF}" <-- fixed, then you use it in strings like this:
SendClientMessage(playerid, -1, ""COLOR_White_EMBED"Fire in the hole!"); EDIT: You must define it like this: #define COLOR_White_EMBED "{FFFFFF}" |
Tank you all brothers
Problem fixed with this post
on defines must be
#define COLOR_RED_EMBED {ffffff}
no
#define COLOR_RED_EMBED {#ffffff}