respawnButton = 0;
Setting this in a multiplayer mission's Description.ext file has no effect. The button is always there.
respawnButton = 0;
Setting this in a multiplayer mission's Description.ext file has no effect. The button is always there.
1.) Create respawn markers "respawn_..." for all four factions.
2.) Put this into the Description.ext:
respawn = BASE;
respawnDialog = 1;
respawnDelay = 5;
respawnButton = 0;
3.) Don't put any respawn templates into the Description.ext (haven't tried it with such).
4.) Run the mission in Multiplayer, join the server and open the game menu (ESC).
Related forum thread:
https://forums.bistudio.com?showtopic=173077
According to this, it is available:
https://community.bistudio.com/wiki/Arma_3_Respawn#Respawn_Button
According to this, it is NOT available:
https://community.bistudio.com/wiki/Description.ext