Open HWS-Wolf opened 5 years ago
same error here as well
I realise this is an old question, but the gaps possibly come from the cfgtraders.hpp file. Check that every entry listed for each trader actually points somewhere. if not, then comment it out or delete it
Hi GREAT mod btw!!! My issue is When I go to the trader and hit the drop down I have blank gaps and i do not know why here is my trader sections how they appear in my Config.cpp `class CfgExileArsenal {
include "TRADERS\APEX\ItemListAPEX.hpp"
include "TRADERS\ARMA3V\ItemListARMA3V.hpp"
include "TRADERS\ARMA3W\ItemListARMA3W.hpp"
include "TRADERS\CUNITS\ItemListCUNITS.hpp"
include "TRADERS\CUPV\ItemListCUPV.hpp"
include "TRADERS\CUPW\ItemListCUPW.hpp"
include "TRADERS\CUSTOM\ItemListCUSTOM.hpp"
include "TRADERS\EBM\ItemListEBM.hpp"
include "TRADERS\Exile\ItemListExile.hpp"
include "TRADERS\JETS\ItemListJETS.hpp"
include "TRADERS\NIA\ItemListNIA.hpp"
include "TRADERS\RHSV\ItemListRHSV.hpp"
include "TRADERS\RHSW\ItemListRHSW.hpp"
include "TRADERS\TANKDLC\ItemListTANKDLC.hpp"
};
class CfgTraderCategories {
include "TRADERS\APEX\TraderCategoriesAPEX.hpp"
include "TRADERS\ARMA3V\TraderCategoriesARMA3V.hpp"
include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp"
include "TRADERS\CUNITS\TraderCategoriesCUNITS.hpp"
include "TRADERS\CUPV\TraderCategoriesCUPV.hpp"
include "TRADERS\CUPW\TraderCategoriesCUPW.hpp"
include "TRADERS\CUSTOM\TraderCategoriesCUSTOM.hpp"
include "TRADERS\EBM\TraderCategoriesEBM.hpp"
include "TRADERS\Exile\TraderCategoriesExile.hpp"
include "TRADERS\JETS\TraderCategoriesJETS.hpp"
include "TRADERS\NIA\TraderCategoriesNIA.hpp"
include "TRADERS\RHSV\TraderCategoriesRHSV.hpp"
include "TRADERS\RHSW\TraderCategoriesRHSW.hpp"
include "TRADERS\TANKDLC\TraderCategoriesTANKDLC.hpp"
};
class CfgTraders {
};`