Advertisement
Guest User

Untitled

a guest
Aug 16th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if (_unit isKindof "LandVehicle" || _unit isKindof "Air" || _unit isKindOf "Ship" || _unit isKindOf "Static") then
  2. {
  3. clearWeaponCargoglobal _unit;
  4. clearItemCargoGlobal _unit;
  5. clearMagazineCargoglobal _unit;
  6. _unit disableTIEquipment true;
  7. _unit setVariable ["tf_side", "west", true];
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement