SetVehicleNumberPlateStyle
This function sets the style of a vehicle number plate. You can see which styles are available down.
C# Syntax
void NAPI.Vehicle.SetVehicleNumberPlateStyle(Vehicle vehicle, int style);
Parameters
- vehicle: parameter input should be in Vehicle type
- style: parameter input should be in int type
Example
NAPI.Vehicle.SetVehicleNumberPlateStyle(vehicle, 0);