15.07.2012, 15:43
error:
from samp-wiki
Should the line look like this if(f==File:0) or?
Код:
warning 213: tag mismatch
pawn Код:
new File:f;
f=fopen("MyFolder.ini",io_write);
if(f==0)printf("ERROR at file open");//error here.
Quote:
Returns the Filehandle. 0 if failed to open file |
Should the line look like this if(f==File:0) or?