SetVehicleLivery
This function sets the vehicle's livery if it has any.
C# Syntax
void NAPI.Vehicle.SetVehicleLivery(Vehicle vehicle, int livery);
Parameters
- vehicle: parameter input should be in Vehicle type
- livery: parameter input should be in int type
Example
NAPI.Vehicle.SetVehicleLivery(vehicle, 1);