Jump to content
Sign in to follow this  
axclaw

ever jump out of a vehicle few thousand metres in the editor?

Recommended Posts

so i changed the elevation in where i would spawn to 10000, right up in the sky

as soon as you hit eject in the car the screen turns black

meaning you died

is this how it will be

i was hoping i could parachute or course i wouldnt survive the landing heh

Share this post


Link to post
Share on other sites

When I eject I see the vehicle falling about 50m below me. Maybe it's clipping your character as you get out and "running him over"?

Share this post


Link to post
Share on other sites

Seriously, it is very wide spread knowledge that parachuting hasn't been implemented yet.

Share this post


Link to post
Share on other sites
so i changed the elevation in where i would spawn to 10000, right up in the sky

as soon as you hit eject in the car the screen turns black

meaning you died

is this how it will be

i was hoping i could parachute or course i wouldnt survive the landing heh

parachuting has yet to be implemented as far as i know try the code below


_playerSetPos = player setpos [getpos player select 0, getpos player select 1, 10000]; //this sets the height
//lands the player on the ground
waituntil {{getpos player select 2}<=100};//set to any height, i recommend 100
_playerSetPosFloor = player setpos [getpos player select 0, getpos player select 1, 0];
waituntil {{getpos player select 2} <=10};
exit;

Share this post


Link to post
Share on other sites

I'll just leave this here

SxR9kdM.jpg

This is with arma 2 ports ofcourse, best screenshot i ever took

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
Sign in to follow this  

×