+ 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
This commit is contained in:
vbawol
2013-02-11 13:24:56 -06:00
parent 966308d686
commit bf6d87514b
22 changed files with 202 additions and 29 deletions

View File

@@ -79,6 +79,7 @@ SleepTemperatur = 90 / 100; //Firs Value = Minutes untill Player reaches the c
allowConnection = false;
isSinglePlayer = false;
dayz_serverObjectMonitor = [];
PlayerDeaths = [];
//Streaming Variables (player only)
dayz_Locations = [];
@@ -129,6 +130,7 @@ dayz_resetSelfActions = {
s_player_warndog = -1;
s_player_followdog = -1;
s_player_repair_crtl = -1;
s_player_information = -1;
};
call dayz_resetSelfActions;
@@ -252,6 +254,7 @@ dayzHideBody = objNull;
dayzPublishVeh = []; // for vehicle traders
dayzTradeObject = []; // For all traders increment qty
dayzTraderMenu = []; // For all traders
dayzPlayerDeaths = [];
//DayZ settings
dayz_dawn = 6;