INI files not loading?
#10

This:

Код:
forward VehDataLoad(id, name[], value[]);
public VehDataLoad(id, name[], value[])
{
Isnt working either in combination with this under ongamemode:
Код:
for(new i = 0; i < MAX__VEH; ++i)
	{
  	    new File[35];
		format(File, 35,  "Vehicles/%d.ini" ,i);
		INI_ParseFile(File, "VehDataLoad", .bExtra = true, .extra = 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: 6 Guest(s)