INI files not loading?
#6

I think server can load one file at the time.
This should work
pawn Код:
for(new i = 0; i < MAX__VEH; ++i)
{
new string[35];
format(string, sizeof(string), "Vehicles/%d", i);
INI_Load(string);
//work with .ini file
}
Reply


Messages In This Thread
INI files not loading? - by Devix - 01.08.2012, 17:58
Re: INI files not loading? - by Roko_foko - 01.08.2012, 18:03
Re: INI files not loading? - by Devix - 01.08.2012, 18:09
Re: INI files not loading? - by Roko_foko - 01.08.2012, 18:13
Re: INI files not loading? - by Devix - 01.08.2012, 18:20
Re: INI files not loading? - by Roko_foko - 01.08.2012, 18:24
Re: INI files not loading? - by Devix - 01.08.2012, 20:10
Re: INI files not loading? - by Misiur - 01.08.2012, 20:29
Re: INI files not loading? - by Devix - 01.08.2012, 20:43
Re: INI files not loading? - by Devix - 01.08.2012, 22:01

Forum Jump:


Users browsing this thread: 10 Guest(s)