load death/murder board ui

This commit is contained in:
[VB]AWOL
2013-08-23 11:23:18 -05:00
parent 3241d4cce8
commit e7faf11b6c

View File

@@ -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;