Vehicle::numberPlateType: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
*Platetype: <font color='red'><b>Int</b></font> | *Platetype: <font color='red'><b>Int</b></font> | ||
=== '''Plates types''' === | === '''Plates types:''' === | ||
*Blue/White: 0 | *Blue/White: 0 | ||
*Yellow/black: 1 | *Yellow/black: 1 | ||
Revision as of 15:42, 1 January 2018
This function sets the number plate type.
Syntax
vehicle.numberPlateType = Platetype;
Required Arguments:
- Platetype: Int
Plates types:
- Blue/White: 0
- Yellow/black: 1
- Yellow/Blue: 2
- Blue/White2: 3
- Blue/White3: 4
- Yankton: 5
Example
vehicle.numberPlateType = 1;