1.0.1.8 part 2

This commit is contained in:
[VB]AWOL
2013-08-10 08:32:23 -05:00
parent 1c889add2b
commit cd96e8df2a
3 changed files with 269 additions and 3512 deletions

View File

@@ -431,7 +431,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
//Player Deaths
if(_typeOfCursorTarget == "Info_Board_EP1") then {
if (s_player_information < 0) then {
s_player_information = player addAction ["Recent Deaths", "\z\addons\dayz_code\actions\list_playerDeaths.sqf",[], 0, false, true, "",""];
s_player_information = player addAction ["Recent Murders", "\z\addons\dayz_code\actions\list_playerDeaths.sqf",[], 0, false, true, "",""];
};
} else {
player removeAction s_player_information;