file creation not working
#1

pawn Код:
if (fexist(playername(i))) return false;
new File:fhnd;
fhnd=fopen(playername(i),io_write);
if (fhnd) {
fclose(fhnd);
return true;
}
why this code is not working? weird ;/
Reply


Messages In This Thread
file creation not working - by DowNlOaD_ - 06.06.2010, 18:55
Re: file creation not working - by Stepashka - 06.06.2010, 19:27
Re: file creation not working - by DowNlOaD_ - 06.06.2010, 19:55
Re: file creation not working - by DJDhan - 06.06.2010, 20:00
Re: file creation not working - by DowNlOaD_ - 06.06.2010, 20:02

Forum Jump:


Users browsing this thread: 4 Guest(s)