SA-MP Forums Archive
LSPD CAR HELP. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: LSPD CAR HELP. (/showthread.php?tid=572919)



LSPD CAR HELP. - NickMirra - 02.05.2015

Hello, i've been trying multiple things on how to get when a cop enters a cop car that it makes a textdraw on the back end of the cop car acting as its license plate such as,

2-A-5




Re: LSPD CAR HELP. - Stefand - 02.05.2015

use 3d texts


Re: LSPD CAR HELP. - Jimmy0wns - 02.05.2015

Why not just set the vehicle's plate to it?


Re: LSPD CAR HELP. - NickMirra - 02.05.2015

How can i make the 3d text show besides just changing the plate number, heres my code after i list my LSPDVehicles[X]
Код:
	for(new x;x<sizeof(LSPDVehicles);x++)
	{
	    format(string, sizeof(string), "2-Delta-%d", LSPDVehicles[x]);
	    SetVehicleNumberPlate(LSPDVehicles[x], string);
	    SetVehicleToRespawn(LSPDVehicles[x]);
		Vehicle_Armor(LSPDVehicles[x]);