Question.
#5

Oh..

But that will save all the ban string,i need to save ONLY the banned name.

This is an example of the BanLog

pawn Код:
public BanLog(string[])
{
    new entry[128];
    format(entry, sizeof(entry), "%s\n",string);
    new File:hFile;
    hFile = fopen("/LOGS/bans.log", io_append);
    fwrite(hFile, entry);
    fclose(hFile);
}
Any way to edit for saving only the banned name?
Reply


Messages In This Thread
Question. - by Face9000 - 20.12.2010, 17:04
Re: Question. - by blackwave - 20.12.2010, 17:12
Re: Question. - by Face9000 - 20.12.2010, 17:13
Re: Question. - by blackwave - 20.12.2010, 17:15
Re: Question. - by Face9000 - 20.12.2010, 17:18
Re: Question. - by Seven. - 20.12.2010, 17:19
Re: Question. - by Face9000 - 20.12.2010, 17:20
Re: Question. - by Face9000 - 20.12.2010, 17:38

Forum Jump:


Users browsing this thread: 2 Guest(s)