open 2 file's
#1

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


Messages In This Thread
open 2 file's - by breakpaper - 15.11.2009, 10:21
Re: open 2 file's - by dirkblok - 15.11.2009, 10:23
Re: open 2 file's - by Correlli - 15.11.2009, 10:24
Re: open 2 file's - by yom - 15.11.2009, 10:55
Re: open 2 file's - by breakpaper - 15.11.2009, 11:01
Re: open 2 file's - by dirkblok - 15.11.2009, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)