Varible For Timer Between Loot Spawning

Needed for change to SQF/dayz_code/compile/player_spawnCheck.sqf.
This commit is contained in:
SGanthony
2014-01-18 10:51:00 -06:00
parent c95303bc9b
commit 733385cb2f

View File

@@ -476,6 +476,9 @@ if(isNil "DZE_BuildOnRoads") then {
if(isNil "DZE_MissionLootTable") then {
DZE_MissionLootTable = false;
};
if(isNil "DZE_LootSpawnTimer") then {
DZE_LootSpawnTimer = 10;
};
DZE_REPLACE_WEAPONS = [["Crossbow","ItemMatchbox","ItemHatchet"],["Crossbow_DZ","ItemMatchbox_DZE","ItemHatchet_DZE"]];