Custom Loot not Spawning

Zephere

New Member
I was following this tutorial and loot was spawning after I changed
Code:
building_spawnLoot =        compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\building_spawnLoot.sqf";
to
Code:
building_spawnLoot =        compile preprocessFileLineNumbers "Building_etc\building_spawnLoot.sqf";
from the file Compiles.sqf and loot was spawning. But after I edited his pastebin's loot table to be compatible with Epoch 1.0.1.5 (DayZ 1.7.6.1 Code) no loot will spawn at all. Here's my building_spawnLoot.sqf http://pastebin.com/adb0Lxb0
 
Back
Top