08.01.2012, 22:52
Since it's text, INI_Int is wrong.
I guess you should replace INI_Int("Plate",VehicleInfo[i][vPlate]); with strmid(VehicleInfo[i][vPlate], value, 0, strlen(value));
I guess you should replace INI_Int("Plate",VehicleInfo[i][vPlate]); with strmid(VehicleInfo[i][vPlate], value, 0, strlen(value));