Jump to content
Sign in to follow this  
GODSPEEDSNAKE

Arma 3 Convoy Start/Stop commands

Recommended Posts

Hey everyone,

I have seriously been racking my brain for days now trying to get this convoy thing to work. Basically what I am trying to do is command a convoy to stop via a radio trigger and start via a radio trigger and no matter what I do it simply wont work?!?!?!:mad:

I have tried the doStop command and the disableAI "MOVE" and it doesn't seem to work?? I have it set up as a convoy of several HMV's and trucks, and the lead i have named convoylead.

Please help.

Regards,

GODSPEEDSNAKE

Share this post


Link to post
Share on other sites

Either try

(driver convoylead) disableAI "move";

as I think that if the lead vehicle stops everyone else will follow suit, or

{_x disableAI "move"} forEach (units (group driver convoyLead))

(It's possible that calling group on a vehicle will work meaning you can drop the driver in the second example. The second one should stop anyone in the convoy moving at all.

Share this post


Link to post
Share on other sites

OMG it works how did I not think to call driver not just vehicle :banghead:

(driver convoylead) disableAI "move";

and then

(driver convoylead) enableAI "move";

Gets the convoy going

Thank you so much

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
Sign in to follow this  

×