MasterPuffin 21 Posted February 27, 2017 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 2 Share this post Link to post Share on other sites
CptDezusa 31 Posted July 10, 2017 How to make the map close after you click the map. Share this post Link to post Share on other sites
JD Wang 352 Posted July 10, 2017 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
CptDezusa 31 Posted July 10, 2017 cool i take a look Share this post Link to post Share on other sites