SetVehiclePanelState

From Multi Theft Auto: Wiki
Revision as of 21:18, 23 January 2008 by SpZ (talk | contribs)
Jump to navigation Jump to search

Syntax

setVehiclePanelState ( vehicle theVehicle, int panelID, int state )

Required Arguments

  • 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