carry_stretcher.sqf 243 B

123456789101112
  1. #include "../../config_macros.hpp"
  2. params[
  3. ["_unit",player,[player]],
  4. ["_stretcher_object",objNull ,[player]]
  5. ];
  6. if(isNull _stretcher_object) exitWith {
  7. hint "Cant lift u is weak, F";
  8. };
  9. _stretcher_object attachTo [_unit, [0, 1.5, 2]];