mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Don't show scoreboard on death
We already removed the scoreboard: https://github.com/DayZMod/DayZ/blob/Development/SQF/dayz_code/Configs/CfgArma.hpp#L198-L209 So this just prevents the white line and redundant count down showing on screen when you die: https://community.bistudio.com/wiki/Description.ext#respawnDialog
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
respawn = "BASE";
|
||||
respawndelay = 5;
|
||||
respawnDelay = 5;
|
||||
respawnDialog = 0;
|
||||
onLoadMission = "DayZ Epoch Bootcamp ACR";
|
||||
OnLoadIntro = "Welcome to Bootcamp ACR";
|
||||
OnLoadIntroTime = 0;
|
||||
|
||||
Reference in New Issue
Block a user