multitheftauto/amx

GetVehicleParamsCarWindows

Disinterpreter opened this issue · 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