INI files not loading?
#2

I have never used INI, but still this looks wrong for me: "Vehicles/%d".
Try using format function to store the string into some array and check with variable
Something like this:
pawn Код:
new String[35];
format(String,35,"Vehicles/%d",VehicleNumberOrWhatEverSholdHereBe);
INI_Load(String);
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)