[BUG]LOGS
#1

Bug with preservation of the text. In the 0.2x code retained Russian text properly. At 0.3 saves funky characters. Linux Server
Код:
public BanLog(string[])
{
if (gdebug > 0){print("DEBUG test84");}
	new entry[256];
	format(entry, sizeof(entry), "%s\n",string);
	new File:hFile;
	hFile = fopen("ban.log", io_append);
	if(rdebug && !hFile)
	{
		SendDevMessage("Failed to open ban.log");
		return 1;
	}
	if(hFile)
	{
		fwrite(hFile, entry);
		fclose(hFile);
	}
	return 1;
}
Quote:
Originally Posted by 0.2x
AdmCmd: gGstYle Был забанен админом PredatoR на 2 дней, причина: мат (10-11-2009)
AdmCmd: ELLaH_ Был забанен админом dextor на 5 дней, причина: 1.3 (10-12-2009)
AdmCmd: RiDeR Был забанен админом dextor, причина: 1.3 (10-12-2009)
[code=0.3a RC10]
AdmCmd: [TenzoR]Hawks Áûë çà áà Г*ГҐГ* à äìèГ*îì PredatoR Г*Г 5 Г¤Г*ГҐГ©, ïðè÷èГ*Г : 1.3 (10-15-2009)
AdmCmd: Hustler Áûë çà áà Г*ГҐГ* à äìèГ*îì [MiB]Lestata, ïðè÷èГ*Г : Г·ГЁГІ (10-15-2009)
AdmCmd: KWiN Áûë çà áà Г*ГҐГ* à äìèГ*îì [MiB]Lestata, ïðè÷èГ*Г : ГЄГЁГёГј (10-15-2009)
AdmCmd: [BeMko] Áûë çà áà Г*ГҐГ* à äìèГ*îì [MiB]Lestata, ïðè÷èГ*Г : ГЄГЁГёГј (10-15-2009)[/code]
Reply
#2

http://forum.sa-mp.com/index.php?top...4390#msg774390
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)