mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fixes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user