more loot

stetson

Well-Known Member
so i've tried to add custom loot, which works but the lines to make loot respawn quicker like in 1.7.6.1

Code:
dayz_spawnDelay = 120;
dayz_spawnWait = -120;

from the variables.sqf doesnt seem to be affected? i have it called correctly from my init.sqf

Code:
//Load in compiled functions
call compile preprocessFileLineNumbers "Fixes\variables.sqf"; 
progressLoadingScreen 0.1;

i dunno anyone else try / have your loot respawning faster?
 
Back
Top