_qor 11 Posted May 24, 2015 Hey, I tried at least with allowGetIn false, orderGetIn false, leaveVehicle, unAssignVehicle, lockCargo But the units I movedInCargo, reenter the vehicle sooner or later after they have disembarked. Whats the trick? ._. Share this post Link to post Share on other sites
opusfmspol 282 Posted May 24, 2015 {unassignVehicle _x} forEach units convoyGuard; {doGetOut _x} forEach units convoyGuard; Share this post Link to post Share on other sites
_qor 11 Posted May 27, 2015 Thanks! {unassignVehicle _x} forEach units GROUP; [unit1, unit2] allowGetIn false; seems to work as well Share this post Link to post Share on other sites