Jump to content
  • 1

Parachute script


chicken_no6

Question

always wanted to not lose ur current backpack for a parachute?

this woud be a cool addition to I&A i think.

super leet script

_backpackcontents = [];
_backpack = backpack player;

if ( _backpack != "" && _backpack != "B_Parachute" ) then {
    hint "removing backpack";
	sleep 1;
    _backpackcontents = backpackItems player;
    removeBackpack player;
    sleep 0.1;
};
player addBackpack "B_Parachute";
hint "Parachute added";
sleep 1;
	

waitUntil {sleep 5;!alive player || isTouchingGround player };
sleep 1;
hint "restoring backpack";
player addBackpack _backpack;
sleep 1;
clearAllItemsFromBackpack player;
hint "restoring backpack items";
{ player addItemToBackpack _x } foreach _backpackcontents;
hint "Done!!!!";
	

	

neds some rework XD

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Yes please, so many times while in the AT role I've been taken up high and told to jump.  I do enjoy parachuting, I've done it for real and man what a buzz even though I get nervous when up a ladder or on a rooftop.  Anyway again yes please, I would like to be able to jump in game and not lose my kit.  My 2 main roles are AT or Medic, I need my backpacks for these.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Forum Statistics

    11.1k
    Total Topics
    66.4k
    Total Posts
×
×
  • Create New...