SetVehiclePanelState

From Multi Theft Auto: Wiki
Revision as of 10:16, 24 January 2008 by Peter (talk | contribs)
Jump to navigation Jump to search

Syntax

setVehiclePanelState ( vehicle theVehicle, int panelID, int state )

Required Arguments

  • theVehicle: The vehicle you would like to modify the panel of.
  • panelID: 0-6
  • state: 0-255 (check what range is effective, it may be much smaller e.g. 0-3)

Returns

Returns true if it works, false otherwise

See Also