20.02.2012, 07:56
Is it posible to make this with y_ini, and how to...
Thank you.
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);
}