01.08.2012, 18:09
Thats the thing, if I format %d how should I do that?
Because this: Doesn't work.
Because this: Doesn't work.
Quote:
for(new i = 0; i < MAX__VEH; ++i) { new string[35]; format(string, sizeof(string), "Vehicles/%d", i); INI_Load(string); } |