Little Bug - Where???
#10

this bug exist too, when i'm delete the AntiCheatLog from the "ban"

Код:
public AntiCheatLog(string[])
{
	new entry[256];
	format(entry, sizeof(entry), "%s\n",string);
	new File:hFile;
	hFile = fopen("ServerLog/AntiCheat.log", io_append);
	fwrite(hFile, entry);
	fclose(hFile);
}
Reply


Messages In This Thread
Little Bug - Where??? - by SureShot - 28.11.2009, 15:30
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 15:48
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 15:53
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 16:10
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 16:16
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 16:17
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 16:36
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 20:17
Re: Little Bug - Where??? - by MJ! - 28.11.2009, 20:23
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)