From e5d554e62ad1b76a1e52d4daf8bb87a7fb372aeb Mon Sep 17 00:00:00 2001 From: second_coming Date: Sun, 13 Mar 2016 15:51:15 +0000 Subject: [PATCH] Create config.cpp --- config.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.cpp diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..ab46e7b --- /dev/null +++ b/config.cpp @@ -0,0 +1,20 @@ +class CfgPatches { + class a3_exile_occupation { + units[] = {}; + weapons[] = {}; + requiredVersion = 0.1; + author[]= {"second_coming"}; + }; +}; +class CfgFunctions { + class yorkshire { + class main { + class YORKS_init + { + postInit = 1; + file = "\x\addons\a3_exile_occupation\initServer.sqf"; + }; + }; + }; +}; +