Overpoch Loot Tables! - Vilayer

GR3AVE5Y

New Member
So... My problem is that I thought I had done the custom loot tables for my server a while back but seems I haven't! I'm trying to add them in but as soon as I put in the description.ect "#include "CfgBuildingLoot.hpp"" I get "Wait for Host" upon joining.

If I remove the #include "CfgBuildingLoot.hpp" from the description.ext I can get in but no loot spawns including zombies! I have no clue what It could be and I've been trying different ways to get it working to no solid solution!

Any help on this would be great!


Thanks,

GR3AVE5Y


Custom Loot Table Files: https://dl.dropboxusercontent.com/u/56947850/customloot.rar
 
Make sure in your init.sqf (in your mpmissions folder or missions.pbo) you have this with your other variables

Code:
DZE_MissionLootTable = true;

now in your mpmissions (or missions.pbo) create a folder called "custom". Then take your folder of your custom loot and put it in the folder you just created. Then in your description.ext put this in

Code:
#include "custom\nameofyourlootfolder\CfgBuildingLoot.hpp"

It should work.
 
Back
Top