Advertisement
icdb

[ArmA3] Allow crew in immobile vehicles loop

May 29th, 2020
1,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.12 KB | None | 0 0
  1. [] spawn {
  2.   while {true} do {
  3.     {
  4.       _x allowCrewInImmobile true;
  5.     } forEach vehicles;
  6.     sleep 30;
  7.   };
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement