Fixed missing nametags config

This commit is contained in:
SAM 2015-05-14 22:21:55 +02:00
parent 31adb5a9fc
commit b2371b1278

View File

@ -0,0 +1,18 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = { "commy2", "esteldunedain" };
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"
#include <RscTitles.hpp>