derox 3 Posted December 25, 2012 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
jw custom 56 Posted December 25, 2012 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
xeno 234 Posted December 25, 2012 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
derox 3 Posted December 25, 2012 Yea it worked thx for replying Share this post Link to post Share on other sites
Gunter Severloh 4049 Posted December 26, 2012 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