amx icon indicating copy to clipboard operation
amx copied to clipboard

GetVehicleParamsCarWindows

Open Disinterpreter opened this issue 4 years ago • 0 comments

Function name GetVehicleParamsCarWindows(vehicleid, &driver, &passenger, &backleft, &backright)

  • vehicleid The ID of the vehicle
  • &driver The integer to save the state of the drivers window to.
  • &passenger The integer to save the state of the passengers window to.
  • &backleft The integer to save the state of the rear left window to (if available).
  • &backright The integer to save the state of the rear right window to (if available).

Describe the function Allows you to retrieve the current state of a vehicle's windows

Equivalent in MTA https://wiki.multitheftauto.com/wiki/IsVehicleWindowOpen ????

Additional information https://team.sa-mp.com/wiki/GetVehicleParamsCarWindows.html

Disinterpreter avatar Jun 14 '20 21:06 Disinterpreter