01.02.2011, 14:56
Well, I want to set a Vehicles License Plate to save within my Vehicles Folder so could I get an example on how to set a String in to Dini?
//Example:
dini_Set(file, "VehiclePlate", "ForSale");
SetVehicleNumberPlate(dini_Int(file, "Model"), dini_Int(file, "Plate"));
SetVehicleNumberPlate(dini_Int(file, "Model"), dini_Get(file, "Plate"));
SetVehicleNumberPlate(vehicleid, dini_get(file, "Plate"));