15.11.2009, 10:21
how can i make that he open's 2 file's?
i have now this:
it must be in the same code so not:
i have now this:
pawn Код:
if(city == 2){file = fopen("/settings/houses_SF.cfg", io_read);}
pawn Код:
if(city == 2){file = fopen("/settings/houses_SF.cfg", io_read);}
if(city == 2){file = fopen("/settings/houses_LS.cfg", io_read);}