INI files not loading?
#8

Your filenames are in form of "%number%.ini" or simply "%number%"? If the first case, you've forgotten about .ini.

pawn Код:
format(string, sizeof(string), "Vehicles/%d", i);
//Changes to
format(string, sizeof(string), "Vehicles/%d.ini", i);
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: 4 Guest(s)