mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
load death/murder board ui
This commit is contained in:
@@ -13,13 +13,16 @@ waitUntil {!isNil "dayzPlayerDeathsResult"};
|
||||
|
||||
//diag_log format["DEBUG Death: %1", dayzPlayerDeathsResult];
|
||||
|
||||
/*
|
||||
if((count dayzPlayerDeathsResult) > 0) then {
|
||||
"Recent Player Deaths:" hintC dayzPlayerDeathsResult;
|
||||
} else {
|
||||
"Recent Player Deaths:" hintC "No recent Deaths.";
|
||||
};
|
||||
*/
|
||||
|
||||
|
||||
// load death message board ui
|
||||
call EpochDeathBoardLoad;
|
||||
|
||||
// Clear Data maybe consider cacheing results
|
||||
dayzPlayerDeathsResult = nil;
|
||||
// dayzPlayerDeathsResult = nil;
|
||||
Reference in New Issue
Block a user