Jump to content

Recommended Posts

OK I have racked my mind out trying to figure this out.

 

What setting(if their is any) do I use to prevent any vehicle from starting and driving once entered as a driver? Or how is this rectified? 

 

Vehicle control setting.

Arma3_x64%206-16-2017%206-08-39%20PM-629

 

https://youtu.be/F-DdfqhFEWI

 

Thanks

Share this post


Link to post
Share on other sites
2 hours ago, pierremgi said:

Something like:
 


MGI_keysMovingTk = ["carForward","Turbo","carSlowForward","carBack","carLeft","carRight"] apply {actionkeys _x select 0};
(findDisplay 46) displayAddEventHandler ["KeyDown",
    "
    private _handled = false;
   if ((_this select 1) in MGI_keysMovingTk && !isNull objectParent player) then {
     _handled = true
   };
  _handled
"];

 

Not found for the engine off in all cases. Engine still starts with a mouse moving left right.

 

Next time, use the scripting/editing section instead of troubleshooting one.

 

What?

 

Had or had nothing to do with scripting.

 

Regardless. It was fixed.

 

 

Share this post


Link to post
Share on other sites

and how did you fix it? My guess from your pick is, you had another action for your w key...

Share this post


Link to post
Share on other sites
15 hours ago, kklownboy said:

and how did you fix it? My guess from your pick is, you had another action for your w key...

 

It was my X-Box 360 controller causing the issue. Witch is odd. Never had it do it before. So now I just unplug it from my PC and everything is golden again. :dontgetit:

Share this post


Link to post
Share on other sites

ahh, you may have it "connected" in game, in the controller section of the of the controller menu.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×