How can i read thai in .log file
#1

ANTICHEAT: ยตรฉรЌยงรЉยงรЉร‘ร‚ร‡รจร’ [10]zen_bam รฃยชรฉยคร‡ร’รЃร*รѓรงร‡ 1867 mph ยตรจรЌ 1 ร‡ร”ยนร’ยทร•
ANTICHEAT: ยตรฉรЌยงรЉยงรЉร‘ร‚ร‡รจร’ [10]zen_bam รฃยชรฉยคร‡ร’รЃร*รѓรงร‡ 743 mph ยตรจรЌ 1 ร‡ร”ยนร’ยทร•
ANTICHEAT: ยตรฉรЌยงรЉยงรЉร‘ร‚ร‡รจร’ [10]zen_bam รฃยชรฉยคร‡ร’รЃร*รѓรงร‡ 563 mph ยตรจรЌ 1 ร‡ร”ยนร’ยทร•
ANTICHEAT: ยตรฉรЌยงรЉยงรЉร‘ร‚ร‡รจร’ [10]zen_bam รฃยชรฉยคร‡ร’รЃร*รѓรงร‡ 418 mph ยตรจรЌ 1 ร‡ร”ยนร’ยทร•


When i open .log file in scriptfiles folder i can't read but when use command printf in server_log.txt it can read thai
Reply
#2

You are using dini? to write text to file?
Reply
#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
#4

anyone can help ??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)