03.02.2011, 17:48
is there any way to do this?
something like
Any way to do this? thanks
something like
Code:
#define COLOR_RED 0xFF0000FF
new string[10];
new aString[100];
..(don't know how to do this)..
format(aString, 100, "{%s} This is red and {FFFFFF}this is white", string);
//aString has to be now {FF0000} This is red and {FFFFFF}this is white
// making the text red and white

