will695

instant Halo/parachute

8 posts in this topic

Hi,

Does anyone have an instant halo/base jump/parachute script that works from minimal height and doesn't need to be in a vehicle? I have some kind of openchute script but as i'm no coder i don't really know how to implement it, i'm guessing i need some kind of addaction or something so that there's a scroll wheel action. Can anyone help?

Will

Share this post


Link to post
Share on other sites
Advertisement

Explain bit more 

Doesn't understand what you want ^^


Something like:

Player ingame press P
Will be halo jumped from 400m at the place where he is ! ?

 

No, something say if you've been dropped off onto of a building in cherno by heli and there's no ladders to get back down then if the players is say above 50m then he'll have an option when he jumps off to parachute down. Didn't really want to give this reference as i don't intend it to be like it, but kinda like how in battlefield if you jump off a structure that's high enough you can deploy a parachute to get to the ground safely. This would also be the same in planes and heli's if you eject, once in the air you would get the option for parachute.

Share this post


Link to post
Share on other sites

Ok i understand what you mean now :o


Probably need something like

Checker
 

_pos = getPosATL player;
if(_pos select 2 > 50) then
{
    BLABLABLA
};


Where 50 was the height but i don't know how detect if you are falling or walking on roof :/

Share this post


Link to post
Share on other sites
Advertisement

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.