Posts: 543
Threads: 100
Joined: Aug 2010
Reputation:
0
Hello,
I need to add something like "{FFFFFF}" to SendClientMessage in order for it to show,
This can be quite annoying as i dont want to do that all the time,
Is it intentional in 0.3c or is it a bug?
I would just like to know ty
Doesn't happend to me, show us what code you're using....
The original colour in the sendclientmessage seems to be transparent (if I understood the hex code right)
Posts: 543
Threads: 100
Joined: Aug 2010
Reputation:
0
No matter the color code it never shows, The text dosent move up so its actulley not showing,
Like if i repeated that line 10 times it wouldnt clear that.
Posts: 270
Threads: 39
Joined: Jan 2009
Reputation:
0
SendClientMessage(playerid, 0xFFFFFFAA, "{88AA88}Colored Text");
Posts: 299
Threads: 30
Joined: Nov 2010
Reputation:
0
just do SendClientMessage(playerid,COLOR_WHITE,"Something Here");
im sure you got some colors defines (instead of COLOR_WHITE you need to write according to your defines)...
and if you want to color the line in different color do something like this...
SendClientMessage(playerid,COLOR_WHITE,"Something {98fb98}Here");