SetVehicleParamsCarDoors

SetVehicleParamsCarDoors

Description:
Function SetVehicleParamsCarDoors allows you to open and close the doors of a vehicle.
Function SetVehicleParamsCarDoors was added in 0.3.7 and will not work in earlier versions!


Parameters:
(vehicleid, driver, passenger, backleft, backright)
int vehicleid The ID of the vehicle to set the door state of.
bool driver The state of the driver's door. 1 to open, 0 to close.
bool passenger The state of the passenger door. 1 to open, 0 to close.
bool backleft The state of the rear left door (if available). 1 to open, 0 to close.
bool backright The state of the rear right door (if available). 1 to open, 0 to close.


Return Values:
  • 1: The function was executed successfully.
  • 0: The function failed to execute. This means the vehicle does not exist.


Examples:
--


Related Functions
The following functions may be useful, as they are related to this function in one way or another.