author aircraft

This commit is contained in:
commy2 2015-02-14 11:36:54 +01:00
parent f358d099e6
commit 075556c233
3 changed files with 1 additions and 15 deletions

View File

@ -6,7 +6,7 @@ class CfgPatches {
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi","Crusty"};
author[] = {"KoffeinFlummi","Crusty","commy2"};
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};

View File

@ -1,13 +0,0 @@
#include "script_component.hpp"
class CfgPatches {
class DOUBLES(ADDON,heli1) {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {QUOTE(ADDON)};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};

View File

@ -1 +0,0 @@
#include "\z\ace\addons\aircraft\script_component.hpp"