A friend told me that this code should work...
PHP Code:
format(message1, 127, "^x04[ADMIN Connected]^x01 %s", name)
He told me that this will work if I change the color of the first words in the sentece, meaning I can't do this:
PHP Code:
format(message1, 127, "[ADMIN Connected]^x04 %s", name)
But I still can't get it to work... Any suggestions (without including the ColorChat.sma) ?