武装突袭3

武装突袭3

co40 Domination! Blufor [4.73]
Scofix 2018 年 8 月 13 日 上午 7:35
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?
最后由 Scofix 编辑于; 2018 年 8 月 13 日 上午 8:27
< >
正在显示第 1 - 4 条,共 4 条留言
Bot 2018 年 9 月 2 日 上午 12:15 
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 2018 年 9 月 2 日 上午 4:47 
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 2018 年 9 月 3 日 上午 7:23 
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 2018 年 9 月 7 日 上午 9:24 
Thank you, it works. The problem was a version of Domination which doesnt support this.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50