mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
+ Added 10oz gold bars + Added recipes for crafting 1 and 10oz gold bars + typo fixed in new sell menu color coding. + test to see if m113 can have cargo + kill messages added to server side array + info board added: Recent Player Deaths from server array. + fixed size of bronze bars
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
private["_character","_clientID"];
|
|
|
|
_character = _this select 0;
|
|
_clientID = owner _character;
|
|
|
|
diag_log ("HIVE: Player Death list Request by ClientID: "+ str(_clientID));
|
|
|
|
diag_log(PlayerDeaths);
|
|
|
|
dayzPlayerDeathsResult = PlayerDeaths;
|
|
|
|
_clientID publicVariableClient "dayzPlayerDeathsResult";
|
|
|
|
PlayerDeaths |