29.11.2010, 13:18
Unfortunately the %x is not working:
The output is a random characters where the %x is. Also if I add { } between the %x = {%x} it returns a different color from the defined one.
Any ideas?
pawn Код:
#define COLOR_RED 0xCD000000
pawn Код:
format(str,128,"Hello, I like %xcheese",COLOR_RED);
SendClientMessage(playerid,COLOR_WHITE,str);
Any ideas?