Arma 3
co40 Domination! Blufor [4.73]
Scofix Aug 13, 2018 @ 7:35am
Adding Respawn Position
I would like to add a respawn position to the respawn dialog so you can select it when u die. Is that possible?
Last edited by Scofix; Aug 13, 2018 @ 8:27am
< >
Showing 1-4 of 4 comments
Bot Sep 2, 2018 @ 12:15am 
yes it is
go to file \x_init\fn_preinit.sqf and find "d_additional_respawn_points = []"
you find also a short explanation there

example at one of my server:
d_additional_respawn_points = [ ["d_spawnpoint_1", "d_flag_planes", "Airbase", blufor], ["d_spawnpoint_2", "d_flag_socom", "SOCOM", blufor], ["d_spawnpoint_3", "d_flag_harbor", "Harbor", blufor] ];
Scofix Sep 2, 2018 @ 4:47am 
Thanks for your answer. I tried it and the spawn point appeared on the dialog but I couldnt click on respawn. Do you now the reason?

Here is the code:
d_additional_respawn_points = [ ["D_SPAWN_FLEET_1", [16295.298,4356.746,198.133], "NATO Fleet", blufor] ];
Bot Sep 3, 2018 @ 7:23am 
not sure what it is
try to add a oject like a flagpole name it "d_flagpole_1" and add the name of it:

d_additional_respawn_points = [ ["D_SPAWN_FLEET_1", "d_flagpole_1", "NATO Fleet", blufor] ];
Scofix Sep 7, 2018 @ 9:24am 
Thank you, it works. The problem was a version of Domination which doesnt support this.
< >
Showing 1-4 of 4 comments
Per page: 1530 50