Arma 3
DazaKiwi May 17, 2017 @ 12:59am
Question: How to set Choose your Respawn after Start?
I have created a MP mission and i want the players to spawn in at the start to the default spawn points and then afterwards when they die they will always be able to choose their spawnpoint from then on. So is there a way to do this? like perhaps call this function from a script 30 seconds after the start of mission or something??
< >
Showing 1-4 of 4 comments
Karmaterrorᵁᴷ May 17, 2017 @ 4:26am 
Place markers

Respawn_west
Respawn_west_1
Respawn_west_2
Ect
Ect

Go to attributes>multiplayer along the top and scroll to respawn settings

On dropdown box select respawn on custom position and check the box for select respawn.

Now you have selectable respawn points. Whatever you put in the markers text field will be its name.

But you will respawn at the start of the mission at this point. To stop that put

RespawnOnStart 0;

Into your description .ext

Now you wont respwn on start but afyer you die can select your respawn point :)
DazaKiwi May 17, 2017 @ 3:39pm 
Thanks KarmaTerror! great this will come in handy. I got an error but fixed it when I added '=' eg. RespawnOnStart =0; Also it seems you have to have a respawn delay set, else if its 0 it will randomly spawn you rather than you getting a choice.
Last edited by DazaKiwi; May 17, 2017 @ 10:36pm
Karmaterrorᵁᴷ May 18, 2017 @ 6:37am 
Ahh yeah sorry my bad on the = im not great at scripting but im learning :)
DazaKiwi May 18, 2017 @ 1:58pm 
Np Kramaterror you helped me out greatly with that little line. Im still learning myself, been at it off and on over the years but i can only do basic scripting but enough to have fun and make basic things work.
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: May 17, 2017 @ 12:59am
Posts: 4