note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetVehicleParamsCarDoors
warning
This function was added in SA-MP 0.3.7 and will not work in earlier versions!
Description
Allows you to retrieve the current state of a vehicle's doors
Name | Description |
---|---|
vehicleid | The ID of the vehicle |
&bool:frontLeft | The integer to save the state of the driver's door to. |
&bool:frontRight | The integer to save the state of the passenger's door to. |
&bool:rearLeft | The integer to save the state of the rear left door to (if available). |
&bool:rearRight | The integer to save the state of the rear right door to (if available). |
Returns
The vehicle's doors state is stored in the specified variables.
Notes
tip
The values returned in each variable are as follows:
-1: Door state not set
1: Open
0: Closed
Related Functions
- 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