/kick - doesnt works says im not an admin
#8

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)