[Include] INI File Manager + Convertor Include
#11

You need to do something like this....

pawn Код:
h = fopen(gFile[E_FILENAME], io_read);
if (!h) return false;
g = fopen(copyname, io_write);
if (!g)
{
    fclose(h);
    return false;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)