跳至主要内容

GetVehicleParamsCarWindows

注意

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 windows

NameDescription
vehicleidThe ID of the vehicle
&frontLeftThe integer to save the state of the drivers window to.
&frontRightThe integer to save the state of the passengers window to.
&rearLeftThe integer to save the state of the rear left window to (if available).
&rearRightThe integer to save the state of the rear right window to (if available).

Returns​

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

Notes​

提示

The values returned in each variable are as follows:

-1: Window state not set (generally closed, unless set explicitly to -1)

0: Open

1: Closed