Jump to content
Sign in to follow this  
derox

Respawn on LHD

Recommended Posts

Heey

I am making a TvsT mission.

And one of the teams spawn on a LHD. And i want the units that dies get respawned on that carrier but.

There is one problem. If i use the normal spawn like

respawn = "BASE";

respawnDelay = 20;

Then you will spawn in the water under the carrier.

So does somone know how to spawn on the carrier.

Share this post


Link to post
Share on other sites

player setPos [getMarkerPos 'BASE' select 0, getMarkerPos 'BASE' select 1, 10];

10 is the height you wanna place player at.

Share this post


Link to post
Share on other sites

Just move the respawn marker once for the clients which are in the team.

For example:

"respawn_west" setMarkerPosLocal [markerPos "respawn_west" select 0, markerPos "respawn_west" select 1, 15.9];

Xeno

Share this post


Link to post
Share on other sites

This thread should be retitled as Respawn on LHD, as respawn itself can describe any respawn type or method,

so suggest using a more descriptive, specific thread title in the future.

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  

×