y_ini question
#1

Is it posible to make this with y_ini, and how to...
Thank you.
pawn Код:
public KickLog(string[])
{
    new entry[200];
    format(entry, sizeof(entry), "%s\r\n",string);
    new File:hFile;
    hFile = fopen("/Logs/kick.log", io_append);
    fwrite(hFile, entry);
    fclose(hFile);
}
Reply


Messages In This Thread
y_ini question - by Dragony92 - 20.02.2012, 07:56
Re: y_ini question - by JamesC - 20.02.2012, 09:06
Re : y_ini question - by ombre - 21.02.2012, 19:44
Re: y_ini question - by admantis - 21.02.2012, 19:46
Re : y_ini question - by ombre - 22.02.2012, 03:21
Re: y_ini question - by admantis - 22.02.2012, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)