SetVehicleParamsCarWindows
From SA-MP Wiki
Description:
Allows you to open and close the windows of a vehicle.
(vehicleid, driver, passenger, backleft, backright)
vehicleid | The ID of the vehicle to set the window state of |
driver | The state of the driver's window. 0 to open, 1 to close. |
passenger | The state of the passenger window. 0 to open, 1 to close. |
backleft | The state of the rear left window (if available). 0 to open, 1 to close. |
backright | The state of the rear right window (if available). 0 to open, 1 to close. |
Return Values:
- 1: The function executed successfully.
- 0: The function failed to execute. This means the vehicle does not exist.
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- SetVehicleParamsCarDoors: Open and close the doors of a vehicle.
- GetVehicleParamsCarDoors: Retrive the current state of a vehicle's doors.
- GetVehicleParamsCarWindows: Retrive the current state of a vehicle's windows