Skip to main content

SetVehicleSirenState

This function toggles the siren state of a vehicle, for example police sirens. True = ON, False = OFF.

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

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