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