How do i Add custom plates to faction vehicles?
#1

Hello, I wanted to add "Custom Plates" to my server's Factions.

Код:
LSPDVehicles[0] = AddStaticVehicleEx(596, 1601.795898, -1684.209350, 5.631327, 90.0, 0, 1, VEHICLE_RESPAWN);
Could you edit this line with the Plates?
Reply
#2

pawn Код:
new Car;
Car = CreateVehicle(vehicleid, x, y, z, a, -1, -1, -1);
SetVehicleNumberPlate(Car, "Test");
Reply
#3

For You'r Code:
pawn Код:
SetVehicleNumberPlate(LSPDVehicles[0], "Your Text!!!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)