03.06.2013, 02:10
strcmp is for comparing strings, not integers.
There.
Код:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write); if(fexist(totalAccount) { fwrite(totalAccount, "total accounts = 0"); fclose(totalAccount); }}