82ndAB_Bravo17 61 Report post Posted February 5, 2017 If you want to stop players being airlifted whilst in Vehicles then try adding this to the end of epochserver\compile\epoch_server\EPOCH_server_vehicleinit.sqf if (_this isKindOf "air") then { _this addEventHandler["RopeAttach", { if (count crew (_this select 2) > 0) then { {moveOut _x} forEach crew (_this select 2)};}]; } else { _this addeventhandler["GetIn", { if ( not isNull (ropeAttachedto (_this select 0))) then { {moveOut _x} forEach crew (_this select 0)};}]; }; Quote Share this post Link to post Share on other sites