Jump to content

Recommended Posts

When executed this script will give the player a parachute and teleport him into the air at a on the map chosen location.

 

cutText ["Click somewhere on the map to jump from there", "PLAIN"];
player addBackpack "B_Parachute";
openMap true;
onMapSingleClick "vehicle player setPos [_pos select 0, _pos select 1, 1000]; onMapSingleClick '';true;";

onMapSingleClick "vehicle player setPos [_pos select 0, _pos select 1, 1000]; onMapSingleClick '';true;"; the number is the height the player is jumping from, change it to whatever you like.

 

If you have any questions or need help with your mission feel free to ask!

Cheers

Puffin

  • Like 2

Share this post


Link to post
Share on other sites

In the code he has openMap true; to open the map, so I guess adding the command openMap false; at the end would close the map

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×