Start with ConfigTrader

This commit is contained in:
Skaronator
2014-02-04 17:16:32 +01:00
parent b6c1bd61a6
commit 171952e922
5 changed files with 254 additions and 36 deletions

View File

@@ -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;