mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Start with ConfigTrader
This commit is contained in:
@@ -395,8 +395,11 @@ if (!isDedicated) then {
|
||||
};
|
||||
|
||||
// trader menu code
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenu.sqf";
|
||||
|
||||
if (DZE_ConfigTrader) then {
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenuConfig.sqf";
|
||||
}else{
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_traderMenuHive.sqf";
|
||||
};
|
||||
// recent murders menu code
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_murderMenu.sqf";
|
||||
|
||||
|
||||
@@ -489,8 +489,11 @@ if(isNil "DZE_BuildOnRoads") then {
|
||||
if(isNil "DZE_MissionLootTable") then {
|
||||
DZE_MissionLootTable = false;
|
||||
};
|
||||
if(isNil "DZE_ConfigTrader") then {
|
||||
DZE_ConfigTrader = false;
|
||||
};
|
||||
if(isNil "DZE_LootSpawnTimer") then {
|
||||
DZE_LootSpawnTimer = 10;
|
||||
DZE_LootSpawnTimer = 10;
|
||||
};
|
||||
if(isNil "DZE_HeliLift") then {
|
||||
DZE_HeliLift = true;
|
||||
|
||||
Reference in New Issue
Block a user