How can i read thai in .log file
#3

pawn Код:
public TrueLog(string[])
{
  new entry[256];
  format(entry, sizeof(entry), "%s\n",string);
  new File:hFile;
  hFile = fopen("true.log", io_append);
  fwrite(hFile, entry);
  fclose(hFile);
}
Here is the code
Reply


Messages In This Thread
[Need Help] How can i read thai in .log file - by xinix000 - 28.01.2012, 08:36
Re: How can i read thai in .log file - by arjanforgames - 28.01.2012, 08:54
Re: How can i read thai in .log file - by xinix000 - 28.01.2012, 09:49
Re: How can i read thai in .log file - by xinix000 - 28.01.2012, 11:34

Forum Jump:


Users browsing this thread: 2 Guest(s)