OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: hamis on 30 Oct 2008, 18:10:37

Title: Is there a way to make gdtmodhdr to load when resuming mission?
Post by: hamis on 30 Oct 2008, 18:10:37
Config.cpp:
Code: [Select]
class CfgPatches {
class GDTModHDR {
units[] = {};
weapons[] = {};
requiredVersion = 0.14;
requiredAddons[] = {"Extended_EventHandlers"};
};
};

class Extended_Init_EventHandlers
{
class Man
{
GDTModHDR_Init_Man="_this execVM ""\GDTModHDR\GDTModHDR.sqf"";";
};
};
Title: Re: Is there a way to make gdtmodhdr to load when resuming mission?
Post by: Spooner on 30 Oct 2008, 18:44:58
Please do not start a new topic for the same question you've already asked (http://www.ofpec.com/forum/index.php?topic=32478.0).