31.01.2010, 11:28
add at the end of yr gm //Bans & Kicks
BK(string[])
{
new tmp[256];
format(tmp, sizeof(tmp), "%s \r\n",string);
new File:hFile;
hFile = fopen("KICKFILE/Bans&kicks.txt", io_append);
fwrite(hFile, tmp);
fclose(hFile);
}
BUT CREATE FOLDER "KICKFILE" in scriptfile
BK(string[])
{
new tmp[256];
format(tmp, sizeof(tmp), "%s \r\n",string);
new File:hFile;
hFile = fopen("KICKFILE/Bans&kicks.txt", io_append);
fwrite(hFile, tmp);
fclose(hFile);
}
BUT CREATE FOLDER "KICKFILE" in scriptfile

