[Help] Vehicle Number Plates
#1

Well i want the vehicles in my buisness FS to have custom licence plates. These are the ways ive tryed:

Код:
	S25VehTT1 = AddSPU(1, 2328.0000, -1199.0419, 27.8435, 180.00, 19, 6, 10);//Tow Truck
	SetVehicleNumberPlate(S25VehTT1,"S25-TT1");
	SetVehicleToRespawn(S25VehTT1);
and

Код:
	S25VehTT1 = SetVehicleNumberPlate(AddSPU(1, 2328.0000, -1199.0419, 27.8435, 180.00, 19, 6, 10),"S25-TT1");//Tow Truck
	SetVehicleToRespawn(S25VehTT1);
I have a few vehicles like this. 1 plate does get changed. The first vehicle i give a number plate to always has the last plate, and i do change the vehicle id.

Note that AddSPU is just a special thing so that the vehicles have police light capability, theres just an extra parameter for its SPU type.
Also note that no errors are given by SAMP Client, Server, Or Pawno.
Reply


Messages In This Thread
[Help] Vehicle Number Plates - by Dylan_Madigan69 - 09.03.2013, 11:08
Re: [Help] Vehicle Number Plates - by Dylan_Madigan69 - 14.03.2013, 21:39
Re: [Help] Vehicle Number Plates - by Misiur - 14.03.2013, 21:53
Re: [Help] Vehicle Number Plates - by Dylan_Madigan69 - 14.03.2013, 22:01
Re: [Help] Vehicle Number Plates - by Dylan_Madigan69 - 18.03.2013, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)