Skip to main content

SetVehicleSpecialLightStatus

This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.

  • vehicle: parameter input should be in Vehicle type
  • state: parameter input should be in bool type

{{#tag:syntaxhighlight| Vehicle.SetVehicleSpecialLightStatus(vehicle, true); |lang=csharp}} }}