Posts: 211
Threads: 65
Joined: Mar 2012
Reputation:
0
Why is it that when I type the color code for red (0xFF0000) I end up getting the color bright green??
Posts: 211
Threads: 65
Joined: Mar 2012
Reputation:
0
ok thanks i'll try it. but if anyone else got an answer please let me know
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
Go for this one, Replace yours with this one and try: 0xFF0000AA
SendClientMessage uses RGBA color format and i guess on fourms they use ARGB color format.
Posts: 211
Threads: 65
Joined: Mar 2012
Reputation:
0
thanks to the above answer