29.03.2016, 17:40
You can save the plate number by using this line.
And load it by using this line.
Since I don't know where you are using the save vehicle script.
Hope I could help you a lot.
pawn Код:
dini_Set(CarFile(carid), "plate", "Any plate number");
pawn Код:
dini_Set(CarFile(carid), "plate", "Any plate number");
SetVehicleNumberPlate(vehicleId, dini_Get(CarFile(cardid), "plate"));
Hope I could help you a lot.