28.11.2009, 22:17
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); }