Jump to content

Recommended Posts

I got "Base" Respawn enabled with map selection. It works.

I have two markers one named "respawn_west" and one is named "respawn_UNITNAME"

The unit I want to have both respawns accessible is named UNITNAME. 

When I respawn i only can choose the point at respawn west.

If i change the name from respawn_UNITNAME to respawn_west2 it works fine. but i want that one position only for that unit available. 

Can someone help me pls.

http://killzonekid.com/arma-scripting-tutorials-respawn-on-marker/

Share this post


Link to post
Share on other sites

I've never seen that before. Not to doubt KK, but he wrote that in 2015, maybe it's no longer valid? I certainly can't get it to work. 

 

Fortunately, there's a function for that: https://community.bistudio.com/wiki/BIS_fnc_addRespawnPosition

 

So, if your unit variable name is "player1" and you have a marker called "p1_respawn" then this:

[player1, "p1_respawn", "Player 1's Respawn"] call BIS_fnc_addRespawnPosition;

gives you this:

 

VR2MLWV.png

  • Like 2
  • Thanks 1

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

×