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:
ebaydayz
2016-11-06 15:24:37 -05:00
parent f0d89d5993
commit 4317a6459a
23 changed files with 46 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
respawn = "BASE";
respawndelay = 5;
respawnDelay = 5;
respawnDialog = 0;
onLoadMission = "DayZ Epoch Bootcamp ACR";
OnLoadIntro = "Welcome to Bootcamp ACR";
OnLoadIntroTime = 0;