11.04.2012, 06:44
If you are using Dini (as you said) so add this:
(file = the vehicle file)
Then, add this code in OnVehicleSpawn:
Код:
dini_IntSet(file, "Plate", plate);
Then, add this code in OnVehicleSpawn:
Код:
SetVehicleNumberPlate(vehicleid, dini_Get(file, "Plate"));