Skip to main content

GetVehicleParamsCarDoors

warning

This function was added in SA-MP 0.3.7 and will not work in earlier versions!

คำอธิบาย

Allows you to retrieve the current state of a vehicle's doors

NameDescription
vehicleidThe ID of the vehicle
&driverThe integer to save the state of the driver's door to.
&passengerThe integer to save the state of the passenger's door to.
&backleftThe integer to save the state of the rear left door to (if available).
&backrightThe integer to save the state of the rear right door to (if available).

ส่งคืน

The vehicle's doors state is stored in the specified variables.

บันทึก

tip

The values returned in each variable are as follows:

-1: Door state not set 1: Open 0: Closed

ฟังก์ชั่นที่เกี่ยวข้องกัน

  • SetVehicleParamsCarDoors: Open and close the doors of a vehicle.
  • SetVehicleParamsCarWindows: Open and close the windows of a vehicle.
  • GetVehicleParamsCarWindows: Retrive the current state of a vehicle's windows