Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

License Plate (number/letters) changer. 1.3

(2 reviews)

2 Screenshots

The license plate changer and json files go in the GTA/Scripts folder. The .cs file is for open-source reference.

See here for some of my plate textures: https://www.lcpdfr.com/downloads/gta5mods/datafile/53443-plate-textures/

Showcase: (Add-on plates mod at the beginning, my mod towards the end)

This is an open-source ScripthookVdotnet script that changes the license plate format (not the design but the actual number/letters on the plate)

There is an included json file to change any car to any plate. The json file is already written to show examples of how to change plates of a specific car (or set of cars)

Updated 2/11/26

Version 1.3:
Small update, took out leading "zeros" in numbering scheme. So "07" is now "7", "08" is now "8" etc.

Updated (1/23/26)

-Now includes .ini file, no more json file

.ini file can now have the ability to include a range, see syntax below: (Note: The underscore " _ " is a blank space).

Here is how to Spawn Sheriff and Sheriff2 cars with license Plate " S##" with the numbers being a range from 0-50:

[Sheriff]

Models="sheriff,"sheriff2"

PlateFormat=__S{0-50}

Here is how to Spawn LSPD cars with license Plate " ##" with the numbers being a range from 0-30:

[LSPD]

Models="police","police2","police3"

PlateFormat=__{0-30}

Another example, if you want sheriff to be an LS Sheriff car and plate, and sheriff2 to be a blaine county car and plate, you can do this. Here is an example below that will spawn "LS" with two numbers for LS sheriff cars and will spawn "BL" and two numbers for BL sheriff cars. I use logos on license plates (like police badges, highway patrol badges) so I have added some extra spaces at the beginning to offset the lettering for the logo. # is used for random number, * is used for random letter. Underscore is a blank space.

{

"Models": ["Sheriff", "LSSD2", "LSSD3", "LSSD4", "LSSD8", "LSSD5","LSSD6", "LSSD7"],

"PlateFormat": "_LS##"

},

{

"Models": ["sheriff2", "BCSD1", "BCSD2", "BCSD3", "BCSD4", "BCSD5","BCSD6", "BCSD7"],

"PlateFormat": "_BL##"

},



Here is how to change the designs of plates:

Modify vehshare file, here is where the plate designs are. Change designs here.

GTAV\mods\update\x64\dlcpacks\patchday27ng\dlc.rpf\x64\levels\gta5\vehicles.rpf\vehshare.ytd

Then locate carcols.ymt file after remembering the plate number(s) you just modified.

carcols.ymt is in update.rpf/x64/data is where plate data is, so you will see the names for the plate (like plate05=police guv plate)

-also change color of text here

To change license plate per car:
go to carvariations.meta file for car, it will be in a different place depending on if add on car or stock car

then in carvarations.meta, set plate probabilities for each car.

<plateProbabilities>

<Probabilities>

<Item>

<Name>police guv plate</Name>

<Value value="100"/>

</Item>

</Probabilities>

</plateProbabilities>

Edited by 1803 Creations

What's New in Version 1.3

Released

Version 1.3:
Small update, took out leading "zeros" in numbering scheme. So "07" is now "7", "08" is now "8" etc.

Updated (1/23/26)

-Now includes .ini file, no more json file

.ini file can now have the ability to include a range, see syntax below: (Note: The underscore " _ " is a blank space).

Here is how to Spawn Sheriff and Sheriff2 cars with license Plate " S##" with the numbers being a range from 0-50:

[Sheriff]

Models="sheriff,"sheriff2"

PlateFormat=__S{0-50}

Here is how to Spawn LSPD cars with license Plate " ##" with the numbers being a range from 0-30:

[LSPD]

Models="police","police2","police3"

PlateFormat=__{0-30}


Short Description

Changes license plate formats (numbers and letters) for specific cars/set of cars defined in the json file.

AI disclosure

The author has disclosed that AI tools were used in creating the following aspects of this file:

  • Mod and Mod Content (Substantial)

AI helped me code this project.

User Feedback

Recommended Comments

nova2727

Members

Looks interesting. So we can change the numbers and letters to what we want

1803 Creations

Members Author

Just now, nova2727 said:

Looks interesting. So we can change the numbers and letters to what we want

Yes, you can change any car (or set of cars) to any plate that follows the GTA format (a-z, 0-9 for sure works, # for random number, * for random letter) with an 8 character limit

nova2727

Members

So if we on patrol in lspdfr we can change the plate to our unit call sign say Adam 12 or Mary 3

1803 Creations

Members Author

1 minute ago, nova2727 said:

So if we on patrol in lspdfr we can change the plate to our unit call sign say Adam 12 or Mary 3

Yes, the only issue with doing something like that with this mod, it would change every plate to that call sign for the model you choose.
For example, if we choose to make "sheriff" car "Adam 12", every "sheriff" car will have an Adam12 license plate.

For what you are referring to/ explaining, it may be easier to just change your license plate using a trainer for your spawned vehicle.

This mod may work better to customize plates per department or type of traffic unit like "GANG#" for Gang units or "AP##" (airport) for LSIA units or "BL##" for Blaine County Sheriff units.

Any chance you would consider releasing the plates with the images you are using as well or if you didn't make them, could you post a link of where you got them? (I got the add on mod, but I know you said in your video you replaced some of the ones from there with ones of your own)

1803 Creations

Members Author

1 minute ago, TheTechSupportDude said:

Any chance you would consider releasing the plates with the images you are using as well or if you didn't make them, could you post a link of where you got them? (I got the add on mod, but I know you said in your video you replaced some of the ones from there with ones of your own)

You technically dont need any-on plate mods to change the design of plates. I will provide a link to one below to checkout a mod.

The concept to change plate designs is the same with or without the mod below:

Modify vehshare file, here is where the plate designs are. Change designs here.

GTAV\mods\update\x64\dlcpacks\patchday27ng\dlc.rpf\x64\levels\gta5\vehicles.rpf\vehshare.ytd

Then locate carcols.ymt file after remembering the plate number(s) you just modified.

carcols.ymt is in update.rpf/x64/data is where plate data is, so you will see the names for the plate (like plate05=police guv plate)

-also change color of text here

To change license plate per car:
go to carvariations.meta file for car, it will be in a different place depending on if add on car or stock car

then in carvarations.meta, set plate probabilities for each car.

<plateProbabilities>

<Probabilities>

<Item>

<Name>police guv plate</Name>

<Value value="100"/>

</Item>

</Probabilities>

</plateProbabilities>

Mod: https://www.gta5-mods.com/paintjobs/new-license-plates-add-on

2 hours ago, GTAPatrol2026 said:

You technically dont need any-on plate mods to change the design of plates. I will provide a link to one below to checkout a mod.

The concept to change plate designs is the same with or without the mod below:

Modify vehshare file, here is where the plate designs are. Change designs here.

GTAV\mods\update\x64\dlcpacks\patchday27ng\dlc.rpf\x64\levels\gta5\vehicles.rpf\vehshare.ytd

Then locate carcols.ymt file after remembering the plate number(s) you just modified.

carcols.ymt is in update.rpf/x64/data is where plate data is, so you will see the names for the plate (like plate05=police guv plate)

-also change color of text here

To change license plate per car:
go to carvariations.meta file for car, it will be in a different place depending on if add on car or stock car

then in carvarations.meta, set plate probabilities for each car.

<plateProbabilities>

<Probabilities>

<Item>

<Name>police guv plate</Name>

<Value value="100"/>

</Item>

</Probabilities>

</plateProbabilities>

Mod: https://www.gta5-mods.com/paintjobs/new-license-plates-add-on

yeah sorry maybe I didn't communicate clearly what I was meaning. You have custom plate images with the different badges etc on them and what I was asking for is those images to replace the plates that come in the Mod: https://www.gta5-mods.com/paintjobs/new-license-plates-add-on

I did all of the other steps, have the add on mod already etc. I was just wanting the fancy plate images with the lspd, trooper, sheriff badges etc. I hope that makes more sense of what I am asking.

1803 Creations

Members Author

1 minute ago, TheTechSupportDude said:

yeah sorry maybe I didn't communicate clearly what I was meaning. You have custom plate images with the different badges etc on them and what I was asking for is those images to replace the plates that come in the Mod: https://www.gta5-mods.com/paintjobs/new-license-plates-add-on

I did all of the other steps, have the add on mod already etc. I was just wanting the fancy plate images with the lspd, trooper, sheriff badges etc. I hope that makes more sense of what I am asking.

Gotya!

It is simple to create one for yourself,

Use any image editer (I use GIMP) and put in any logo you want on the "plate#".dds files.

If you have san andreas highway patrol, find a SAHP logo and paste it into the plate.

Same goes for any other department. You can use AI to generate logos too, I used AI for one of my plate images.

Make sure to check the background and lettering in game of the plates first using a trainer. For example, you wouldnt want to use a plate with a black background for standard white plate because you then would have black lettering on a black plate.

Even if I gave you my plates, they wouldn't match the format because I changed the colors, fonts, and some offsets (one of the plates was cutting off the letters/numbers) so you may have black background with black lettering, white background with white lettering, etc.). I know for a fact I changed the plate05 (police guv plate) to black background and white lettering. (formats change in carcols.ymt)

1803 Creations

Members Author

On 1/24/2026 at 1:12 PM, TheTechSupportDude said:

yeah sorry maybe I didn't communicate clearly what I was meaning. You have custom plate images with the different badges etc on them and what I was asking for is those images to replace the plates that come in the Mod: https://www.gta5-mods.com/paintjobs/new-license-plates-add-on

I did all of the other steps, have the add on mod already etc. I was just wanting the fancy plate images with the lspd, trooper, sheriff badges etc. I hope that makes more sense of what I am asking.

P.S. I just released some plates, check link in this script or go to my page.

Fabianstudios

Members

This is a great mod! Have you been considering adding an option, where you can also change plates via vehicle class (for example, all civilian cars would have abcd plate format, whereas select LE vehicles would have xyz1)? I think that would be a very cool option, as we currently lack scripts that'd allow custom license plates base on class as well as individual vehicles 😀

1803 Creations

Members Author

17 hours ago, Fabianstudios said:

This is a great mod! Have you been considering adding an option, where you can also change plates via vehicle class (for example, all civilian cars would have abcd plate format, whereas select LE vehicles would have xyz1)? I think that would be a very cool option, as we currently lack scripts that'd allow custom license plates base on class as well as individual vehicles 😀

I've thought about doing it by class but the emergency vehicle class is rather large,

Between all police, fire, ems, and service vehicles (like tow), I don't think it makes much sense to have all of them grouped as one.

My mod allows you to customize exact vehicles which I think is a better approach for allowing full customization.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.