mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
make recent murder action top priority Fixed #742
This commit is contained in:
@@ -482,7 +482,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
|||||||
//Player Deaths
|
//Player Deaths
|
||||||
if(_typeOfCursorTarget == "Info_Board_EP1") then {
|
if(_typeOfCursorTarget == "Info_Board_EP1") then {
|
||||||
if (s_player_information < 0) then {
|
if (s_player_information < 0) then {
|
||||||
s_player_information = player addAction ["Recent Murders", "\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",[], 7, false, true, "",""];
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
player removeAction s_player_information;
|
player removeAction s_player_information;
|
||||||
|
|||||||
Reference in New Issue
Block a user