Chuyển tới nội dung chính

SetVehicleParamsCarDoors

cảnh báo

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

Description

Allows you to open and close the doors of a vehicle.

NameDescription
vehicleidThe ID of the vehicle to set the door state of
bool:frontLeftThe state of the driver's door. 1 to open, 0 to close.
bool:frontRightThe state of the passenger door. 1 to open, 0 to close.
bool:rearLeftThe state of the rear left door (if available). 1 to open, 0 to close.
bool:rearRightThe state of the rear right door (if available). 1 to open, 0 to close.

Returns

true - The function executed successfully.

false - The function failed to execute. This means the vehicle does not exist.