01.08.2012, 18:03
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:
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);