28.10.2012, 06:13
Код:
stock AddBan(playerid) { new string[24]; new File:ban = fopen("ban.cfg", io_append); if(dini_Int(file, "pBanned") == 1) // file O.O where is it? format(string, sizeof(string), "%s\r\n", RPIP(playerid)); fwrite(ban, string); fclose(ban); }
Код:
Undefined Symbol "file"