new fstr[128]; for (new f=0;f<=9999;f++) // line of the error { format(fstr,sizeof(fstr), "Vehicles/%i.ini",f) if (fexist(fstr)) fremove(fstr); }