RemoveVehicleSirens: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{New feature/item|4.0120|1.4|3964| __NOTOC__ {{Server function}} This function removes sirens from a vehicle. ==Syntax== <syntaxhighlight lang="lua"> removeVehicleSirens ( vehicle theVehicle...")
 
mNo edit summary
Line 1: Line 1:
{{New feature/item|4.0120|1.4|3964|
{{New feature/item|4.0120|1.4|3966|
__NOTOC__
__NOTOC__
{{Server function}}
{{Server function}}
Line 20: Line 20:


==Requirements==
==Requirements==
{{Requirements|This function has not yet been merged|n/a|}}
{{Requirements|1.4-3966|n/a|}}


==See Also==
==See Also==
{{Vehicle_functions}}
{{Vehicle_functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 18:53, 2 April 2012

ADDED/UPDATED IN VERSION 1.4 r3966:

This function removes sirens from a vehicle.

Syntax

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

Minimum server version 1.4-3966
Minimum client version n/a

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="1.4-3966" />

See Also