Boot Help
#1

GetVehicleParamsEx(keycar,e,l,a,d,b,bo,o);

How would I write this SetVehicleParamsEx(keycar,e,l,a,1,b,bo,o);

To work for open trunk?
Reply
#2

pawn Код:
GetVehicleParamsEx(keycar,e,l,a,d,b,bo,o);
SetVehicleParamsEx(keycar,e,l,a,1,b,true,o);
This should work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)