drop_stretcher.sqf 157 B

1234567891011
  1. params[
  2. ["_vic",objNull,[objNull]]
  3. ];
  4. if (isNull _vic) exitWith {
  5. hint "rip cant drop, too stronk";
  6. };
  7. detach _this;
  8. _this enableSimulationGlobal true;