SetVehicleNumberPlateStyle
This function sets the style of a vehicle number plate.
- vehicle: parameter input should be in Vehicle type
- style: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.SetVehicleNumberPlateStyle(vehicle, 0); |lang=csharp}} }}