10.03.2010, 07:34
I wonder why you make the string like this
format(str, sizeof(str), "Cars/CarKeys/%s.%s.cfg", str);
This would create a file name Cars/CarKeys/Cars/CarKeys.Cars/Carkeys.cfg
Plus try make it a .ini file
format(str, sizeof(str), "Cars/CarKeys/%s.%s.cfg", str);
This would create a file name Cars/CarKeys/Cars/CarKeys.Cars/Carkeys.cfg
Plus try make it a .ini file