Jump to content
Sign in to follow this  
wika_woo

Unit Skydive

Recommended Posts

Hey there people!

Anyone know how to spawn a unit in the air?.. In a Skydiving position?..

Or in a parachute?..

I tried searching... Maybe my key word searching was wrong too?..

Thanks a mil!

smile_o.gif

Share this post


Link to post
Share on other sites

I probably do it a backwards way

Insert a man call him dude1, in his init put "this moveindriver para1;"

Insert an empty "parachute" object call it para1

Preview the game and he should spawn in the parachute.

if you want him to spawn higher up do something like this to the parachutes init

this setpos[(getpos this select 0), (getpos this select 1), (getpos this select 2)+100]

Share this post


Link to post
Share on other sites
I probably do it a backwards way

Insert a man call him dude1, in his init put "this moveindriver para1;"

Insert an empty "parachute" object call it para1

Preview the game and he should spawn in the parachute.

if you want him to spawn higher up do something like this to the parachutes init

this setpos[(getpos this select 0), (getpos this select 1), (getpos this select 2)+100]

ah cool.. I'll test that out tomorow.

I'll report back.

Thanks!

wink_o.gif

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  

×