23.08.2012, 17:16
Hey guys, is this the real way to open a vehicles trunk? Because it doesnt seem to work, i've tried with many different vehicles.
And where i could get all vehicle ID's that haves openable trunk?
pawn Код:
new engine,lightss,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vehicle,engine,lightss,alarm,doors,bonnet,boot,objective);
if(boot == 0) SetVehicleParamsEx(vehicle,engine,lightss,alarm,doors,bonnet,1,objective);