30.11.2010, 08:59
hello,
I found that the colour embedding for 16-bit characters is still misaligned.
Result:
![](/imageshack/img3/6254/bug2ai.png)
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);
![](/imageshack/img3/6254/bug2ai.png)
Adding spaces are useless.
BTW,other problems I mentioned before are fixed
![Smiley](images/smilies/smile.png)