LSPD CAR HELP.
#1

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

Reply
#2

use 3d texts
Reply
#3

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

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]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)