11.01.2010, 11:08
Like this:
Add this too:
pawn Код:
fdeleteline("happybirthday.ini", "password");
pawn Код:
public fcreate(filename[])
{
if (fexist(filename)){return false;}
new File:fhandle = fopen(filename,io_write);
fclose(fhandle);
return true;
}