[SOLVED] doesn'n write to file
#3

U have created this file in scriptfiles?
just delete
Код:
if(!fexist(filename)) return 0;
Код:
sset(filename[], string[])
{
	new File:newfile = fopen(filename, io_append);
	new str[256];
	format(str, sizeof(str), "%s\r\n",string);
	fwrite(newfile, str);
	fclose(newfile);
	return 1;
}
Reply


Messages In This Thread
[SOLVED] doesn'n write to file - by arnutisz - 26.07.2009, 17:44
Re: [HELP] doesn'n write to file - by MadeMan - 26.07.2009, 17:50
Re: [HELP] doesn'n write to file - by Jefff - 26.07.2009, 17:51
Re: [HELP] doesn'n write to file - by arnutisz - 26.07.2009, 17:59

Forum Jump:


Users browsing this thread: 2 Guest(s)