I'm using the following config (snippet) but it doesn't appear to work, I still get the error message:
Code:
class CfgPatches
{
class JTD_FireAndSmoke
{
units[] = {"firemarkervis","firemarkerinv","birdscube"};//"DMViewBlock4Vis","DMViewBlock4Inv","DMViewBlock8Vis","DMViewBlock8Inv",DMViewBlock12vis};
weapons[] = {};
requiredVersion = 1.00;
requiredAddons[] = {"Extended_EventHandlers"};
};
};
class Extended_PostInit_EventHandlers
{
JTDFAS_initAddon = "activateAddons [""JTD_FireAndSmoke""];";
};
---------- Post added at 06:15 PM ---------- Previous post was at 05:37 PM ----------
Aah never mind - I put it in a script & run it ingame, initial tests are positive
I guess that Extended_PostInit_EventHandlers isn't implemented in CBA or something.