new string[128];format(string, sizeof(string), "{%s}I need the text {%s}to be like this.", GetColorFromText(violet), GetColorFromText(red));SendClientMessage(playerid, -1, string);