30.11.2010, 08:59 
	
	
	
		hello,
I found that the colour embedding for 16-bit characters is still misaligned.
Result:

Adding spaces are useless.
BTW,other problems I mentioned before are fixed
	
	
	
	
I found that the colour embedding for 16-bit characters is still misaligned.
Код:
new string[128] = "";
strcat(string," 輸入{FF0000}/racestart{00BF8A}可以開始");
strcat(string,RaceName[CurrentCP[playerid] - CP_BLRACE]);
strcat(string,".");
SendClientMessage(playerid, COLOR_BLUEISHGREEN, string);

Adding spaces are useless.
BTW,other problems I mentioned before are fixed
	


