mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Varible For Timer Between Loot Spawning
Needed for change to SQF/dayz_code/compile/player_spawnCheck.sqf.
This commit is contained in:
@@ -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"]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user