Jump to content

help with parachute warp script please!


5150

Recommended Posts

i would like a resource/script that, when i do f1>map and click, i warp in the sky above that area, and parachute down (with an automatically given parachute). i think it would be cool for paratrooper missions and raids. is this possible? if so, please help! also, im fairly new to scripting so.... simple terms maybe? :/

Link to comment
  • 2 years later...
function WarpWithParachute(player, x, y, z)
    giveWeapon (player, 46)
    setElementPosition(player, x, y, z)
end
addCommandHandler("warp", WarpWithParachute)



-- you can change x y z to the number which you want, but the only problem is you can't use Parachute when you get warped they don't let you open it.. I don't know how to fix that ¯\_(ツ)_/¯

 

Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...