03.06.2013, 02:19
Quote:
Код:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write); if(fexist(totalAccount) { fwrite(totalAccount, "total accounts = 0"); fclose(totalAccount); } |
Quote:
strcmp is for comparing strings, not integers.
Код:
new File:totalAccount=fopen("/BuGliCH/total/totalAccount.ini", io_write); if(fexist(totalAccount) { fwrite(totalAccount, "total accounts = 0"); fclose(totalAccount); }} |
and there was an S on if(fexist(totalAccount), like if(fexists(totalAccount). but I deleted it because it was giving me the undefined symbol result