mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 20:22:56 +03:00
RC4
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
private [];
|
||||
|
||||
// attempt to remove newspaper if called without args
|
||||
if (count _this == 0) then {
|
||||
player removeMagazine "ItemNewspaper";
|
||||
};
|
||||
|
||||
PVDZE_plr_DeathB = [player];
|
||||
publicVariableServer "PVDZE_plr_DeathB";
|
||||
|
||||
|
||||
16
SQF/dayz_code/actions/list_playerDeathsAlt.sqf
Normal file
16
SQF/dayz_code/actions/list_playerDeathsAlt.sqf
Normal file
@@ -0,0 +1,16 @@
|
||||
private [];
|
||||
|
||||
player removeMagazine "ItemNewspaper";
|
||||
|
||||
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 {
|
||||
cutText [(localize "str_epoch_player_36"), "PLAIN DOWN"];
|
||||
PVDZE_plr_DeathBResult = nil;
|
||||
};
|
||||
Reference in New Issue
Block a user