zGaming Bug.
#6

Код:
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);
}
Then error i got
Код:
Undefined Symbol "file"
Reply


Messages In This Thread
zGaming Bug. - by Laure - 28.10.2012, 02:58
Re: zGaming Bug. - by Laure - 28.10.2012, 03:55
Re: zGaming Bug. - by -=Dar[K]Lord=- - 28.10.2012, 05:47
Re: zGaming Bug. - by Laure - 28.10.2012, 05:59
Re: zGaming Bug. - by -=Dar[K]Lord=- - 28.10.2012, 06:04
Re: zGaming Bug. - by Laure - 28.10.2012, 06:13
Re: zGaming Bug. - by Laure - 28.10.2012, 07:37
Re: zGaming Bug. - by CoDeZ - 28.10.2012, 08:13
Re: zGaming Bug. - by Laure - 28.10.2012, 08:20
Re: zGaming Bug. - by ryansheilds - 28.10.2012, 14:21

Forum Jump:


Users browsing this thread: 2 Guest(s)