This commit is contained in:
icomrade
2016-02-29 01:20:37 -05:00
parent 84eb6f815a
commit a47c3dc137
2 changed files with 4 additions and 5 deletions

View File

@@ -664,8 +664,7 @@ if (!isDedicated) then {
}; };
// recent murders menu code // recent murders menu code
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_murderMenu.sqf"; call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_murderMenu.sqf";
/*
//This is still needed but the fsm should terminate if any errors pop up.
[] spawn { [] spawn {
private["_timeOut","_display","_control1","_control2"]; private["_timeOut","_display","_control1","_control2"];
disableSerialization; disableSerialization;
@@ -714,7 +713,7 @@ if (!isDedicated) then {
endMission "END1"; endMission "END1";
}; };
}; };
*/
dayz_meleeMagazineCheck = { dayz_meleeMagazineCheck = {
//private["_meleeNum","_magType","_wpnType","_ismelee"]; //private["_meleeNum","_magType","_wpnType","_ismelee"];
_wpnType = primaryWeapon player; _wpnType = primaryWeapon player;

View File

@@ -60,7 +60,7 @@ meatraw = [
"FoodGoatRaw", "FoodGoatRaw",
"FishRawTrout", "FishRawTrout",
"FishRawSeaBass", "FishRawSeaBass",
"FishRawTuna" "FishRawTuna",
"ItemTrout", "ItemTrout",
"ItemSeaBass", "ItemSeaBass",
"ItemTuna" "ItemTuna"
@@ -73,7 +73,7 @@ meatcooked = [
"FoodGoatCooked", "FoodGoatCooked",
"FishCookedTrout", "FishCookedTrout",
"FishCookedSeaBass", "FishCookedSeaBass",
"FishCookedTuna" "FishCookedTuna",
"FoodmuttonCooked", "FoodmuttonCooked",
"FoodchickenCooked", "FoodchickenCooked",
"FoodrabbitCooked", "FoodrabbitCooked",