Jump to content
Sign in to follow this  
Winters

Respawn inside a chopper?

Recommended Posts

Hello all,

anyway to make a guy respawn inside a helo?

thanks for the help biggrin.gif

Share this post


Link to post
Share on other sites

Hi,

I think you can run a script that waits for the person to die:

#DEATH

@!(alive Player)

then wait when Player is alive again:

@alive Player

stick him into the chopper:

Player moveInCargo chopper;

goto "DEATH";

Anyway, not tested, but should be ok. Other than that you can istall a KILLED event handler on the player instead of the first @!alive Player, do the rest inside.

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  

×