RemoveVehicleSirens

From Multi Theft Auto: Wiki
Revision as of 20:34, 2 April 2012 by X86dev (talk | contribs)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.4 r3966:

This function removes sirens from a vehicle.

Syntax

bool removeVehicleSirens ( vehicle theVehicle )

Required Arguments

  • theVehicle: The vehicle to remove the sirens of

Returns

Returns true if sirens were successfully removed from the vehicle, false otherwise.

Example

Accessories-text-editor.png Script Example Missing Function RemoveVehicleSirens needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


Requirements

This template will be deleted.

See Also