[DEPRECIATED] Custom Tennessee License Plates With Automatic Formatting

For any more updates to this script, please visit here: Quags Plate Format [0.01ms-0.05ms Plate Formatter]. This is the new remastered version now paid, but very affordable. There is more customizability and runs 10x smoother than [DEPRECIATED] Custom Tennessee License Plates With Automatic Formatting.

I created a custom script that makes it so all the San Andreas license plates get replaced with Tennessee plates. The plates are also formatted to Tennessee’s license plates. If you don’t do the format, it will create a license plate with custom characters for you. This mechanic also works with all AI cars.

TOO MAKE IT SO UNTEXTURED PLATES DONT SHOW:
add the lines under

local veh = vehicle 

For California:

if  GetVehicleNumberPlateTextIndex(veh) == 1 or GetVehicleNumberPlateTextIndex(veh) == 2 then
     SetVehicleNumberPlateTextIndex(veh, 5)
end

For the rest:

if  GetVehicleNumberPlateTextIndex(veh) == 1 or GetVehicleNumberPlateTextIndex(veh) == 2 or GetVehicleNumberPlateTextIndex(veh) == 4 then
     SetVehicleNumberPlateTextIndex(veh, 5)
end

Pictures:




Download Here [UPDATED]:
tennesseeplates.zip (2.7 KB)

California Version [UPDATED]:
caliplatesquags.zip (2.1 KB)

New York Version [UPDATED]:
newyorkplatesquags.zip (2.3 KB)

Portugal Version:
portugalplatesquags.zip (2.2 KB)

Swedish Version:
swedishplatesquags.zip (2.2 KB)

2 Likes

i like good vary :ok_hand:!?!?!??!? so good i busted

can i get a Los Angeles One

Sure thing!

Could I please get a New York one :smiley:

The California version is now complete!

1 Like

you will just make for USA?

The New York version is complete!

1 Like

I will continue making plates tomorrow. I will see what I can do with the USA plates.

Well if u will make it to Europe to i can make a request? I made one but the numbers are not in the correct position is there a way i can change them?

I tried looking up how to do that. I have no clue honestly but if I do find out, I will return to this post about it.

Alright

The way you’re setting the plate text is terrible. I would recommend doing it serverside using the entityCreating or entityCreated event.

Edit: Having another look the entire script is a nightmare and so much repeated stuff that doesn’t need to be done.

1 Like

Thank you!!!

I can definitely clean it up for future downloading. Will work on it tomorrow.

1 Like

Can you make Portugal plates please?

(upload

is it possible to do a Swedish version as well? would love that.
great script.

i get this error

I will look at how to resolve the error while redoing the script.