Przejdź do głównej zawartości

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

NameDescription
vehicleidThe ID of the vehicle
&bool:frontLeftThe integer to save the state of the driver's door to.
&bool:frontRightThe integer to save the state of the passenger's door to.
&bool:rearLeftThe integer to save the state of the rear left door to (if available).
&bool:rearRightThe 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

wskazówka

The values returned in each variable are as follows:

-1: Door state not set

1: Open

0: Closed