SetVehicleLivery
This function sets the vehicle's livery if it has any.
- vehicle: parameter input should be in Vehicle type
- livery: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.SetVehicleLivery(vehicle, 1); |lang=csharp}} }}