11.06.2015, 17:07
Basically, I believe the parameters match the window location based on a 4-seat vehicle:
1. 1st door
2. 2nd door
you get the pattern so it'd be:
This opens only the first window which is also the window for the driver seat.
1. 1st door
2. 2nd door
you get the pattern so it'd be:
pawn Код:
SetVehicleParamsCarWindows(vehicleid, VEHICLE_PARAMS_ON, VEHICLE_PARAMS_OFF, VEHICLE_PARAMS_OFF, VEHICLE_PARAMS_OFF);

