fcreate(file[]) { if(!fexist(file)) { new File:f = fopen (file, io_append); fclose(f); } return true; }