16.11.2010, 18:40
You could add this code to it after it bans someone.
Make sure the file exists on start of the server or it will crash.
pawn Код:
new File:bFile = fopen("autobans.log", io_append);
if(bFile)
{
fwrite(bFile, "AUTOBANS");
}
fclose(bFile);