Skip to main content

This function sets the number plate type. Default number plate type is 0.

Syntax

```js vehicle.numberPlateType = Platetype; ```

Required Arguments:

  • Platetype: <font color='red'><b>Int</b></font>

Plates types:

![plate0](/img/wiki/plate0.png)

  • Blue/White: 0

![plate1](/img/wiki/plate1.png)

  • Yellow/black: 1

![plate2](/img/wiki/plate2.png)

  • Yellow/Blue: 2

![plate3](/img/wiki/plate3.png)

  • Blue/White2: 3

![plate4](/img/wiki/plate4.png)

  • Blue/White3: 4

![plate5](/img/wiki/plate5.png)

  • Yankton: 5

Example

```js vehicle.numberPlateType = 1; ```