[Please Help] How to save VehicleNumberPlate
#3

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


Messages In This Thread
[Please Help] How to save VehicleNumberPlate - by BlackHunter - 10.04.2012, 14:40
Re: [Please Help] How to save VehicleNumberPlate - by BlackHunter - 11.04.2012, 04:36
Re: [Please Help] How to save VehicleNumberPlate - by Sphex - 11.04.2012, 06:44

Forum Jump:


Users browsing this thread: 1 Guest(s)