note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
ToggleVehicleSirenEnabled
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Turn the siren for a vehicle on or off.
Parameters
Name | Description |
---|---|
vehicleid | The ID of the vehicle. |
bool:enabled | true: On - false: Off |
Examples
ToggleVehicleSirenEnabled(vehicleid, true);
Related Functions
- GetVehicleSirenState: Gets the siren state of the vehicle.
- GetPlayerSirenState: Gets the siren state of the player's vehicle.