SetVehicleLandingGearDown: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__
{{Server client function}}
This function is used to set the landing gear state of certain vehicles.
This function is used to set the landing gear state of certain vehicles.



Revision as of 19:30, 15 August 2007

This function is used to set the landing gear state of certain vehicles.

Syntax

bool setVehicleLandingGearDown ( vehicle thevehicle, bool gearstate )

Required Arguments

  • thevehicle: The vehicle of which you wish to set the landing gear state.
  • gearstate: true or false.

Returns

Returns true if successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also