mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
private [];
|
|
|
|
PVDZE_plr_DeathB = [player];
|
|
publicVariableServer "PVDZE_plr_DeathB";
|
|
|
|
waitUntil {!isNil "PVDZE_plr_DeathBResult"};
|
|
|
|
if((count PVDZE_plr_DeathBResult) > 0) then {
|
|
// load death message board ui
|
|
call EpochDeathBoardLoad;
|
|
} else {
|
|
localize "str_epoch_player_36" call dayz_rollingMessages;
|
|
PVDZE_plr_DeathBResult = nil;
|
|
}; |