I'm not sure why ur having this problem, this is the code in my game(it has Chinese in it)
string strChat0[1000];
string strChat1[1000];
string strChat2[1000];
string strChat3[1000];
string strChat4[1000];
string strChat5[1000];
string strChat6[1000];
string strChat7[1000];
string strChat8[1000];
font newfont4me = "Arial",1,20;
text txtChat
{
pos_x = 680;
pos_y = 500;
layer = 30;
strings = 9;
font newfont4me;
flags=visible;
string = strChat8, strChat7, strChat6, strChat5, strChat4,
strChat3, strChat2, strChat1, strChat0;
red=255;
blue=0;
green=0;
}
But it works just fine maybe it's cause I have a Chinese version of Windows^
Last edited by bomber; 10/03/08 09:43.