跳到主要内容

SetVehicleParamsCarWindows

注意

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 windows of a vehicle.

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

Returns

true - The function executed successfully.

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