Posts: 185
Threads: 53
Joined: Feb 2011
Reputation:
0
Is it possible to go back to the default text color after using an embedded color? I do it manually under sendclientmessages, however under 3d text it is tricky as I use more IF-conditions to declare the main color.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
I didn't test it, but if you see something wrong in it then you should point it out.
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
The problem is what you think valstr does, valstr just converts the number into a string
Lets say white (0xFFFFFFFF which means nothing else that -1 [in 32 bit signed]), valstr would output "-1" if you would enter 0xFFFFFFFF