stock fclear(File[]){ new File:FileC; FileC = fopen(File, io_write); fwrite(File, " "); fclose(File); return 1;}