From 684ef74c8e8e2c6894b07c8d20c6752c4867a778 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Wed, 19 Feb 2014 21:44:06 +0100 Subject: [PATCH] Fixed Deathscreen --- SQF/dayz_code/compile/player_death.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/player_death.sqf b/SQF/dayz_code/compile/player_death.sqf index e69edd656..634576c6e 100644 --- a/SQF/dayz_code/compile/player_death.sqf +++ b/SQF/dayz_code/compile/player_death.sqf @@ -108,7 +108,7 @@ _body setVariable["combattimeout", 0, true]; //["dayzFlies",player] call broadcastRpcCallAll; sleep 2; -1 cutRsc ["DeathScreen_DZ","BLACK OUT",3]; +1 cutRsc ["DeathScreen","BLACK OUT",3]; playMusic "dayz_track_death_1";