zGaming Bug.
#4

Yep i have it.
Код:
stock AddBan(playerid)
{
 	new string[24];
	new File:ban = fopen("ban.cfg", io_append);
	format(string, sizeof(string), "%s\r\n", RPIP(playerid));
	fwrite(ban, string);
	fclose(ban);
}
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: 4 Guest(s)