ID Bug Again.
#9

Here you go mate.
pawn Код:
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
ID Bug Again. - by Laure - 05.06.2014, 04:24
Re: ID Bug Again. - by Parallex - 05.06.2014, 04:25
Re: ID Bug Again. - by Laure - 05.06.2014, 04:27
Re: ID Bug Again. - by HyperZ - 05.06.2014, 04:29
Re: ID Bug Again. - by Laure - 05.06.2014, 04:30
Re: ID Bug Again. - by HyperZ - 05.06.2014, 04:32
Re: ID Bug Again. - by Laure - 05.06.2014, 04:32
Re: ID Bug Again. - by HyperZ - 05.06.2014, 04:34
Re: ID Bug Again. - by Laure - 05.06.2014, 04:35
Re: ID Bug Again. - by HyperZ - 05.06.2014, 04:38

Forum Jump:


Users browsing this thread: 1 Guest(s)