35 lines
625 B
C++
35 lines
625 B
C++
/*
|
|
for DBD Clan
|
|
By Ghostrider-DBD-
|
|
Copyright 2016
|
|
Last Modified 3-14-17
|
|
|
|
--------------------------
|
|
License
|
|
--------------------------
|
|
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
|
|
|
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
|
*/
|
|
|
|
class CfgPatches {
|
|
class DZMS {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = 0.1;
|
|
requiredAddons[] = {};
|
|
};
|
|
};
|
|
|
|
class CfgFunctions {
|
|
class DZMS_init {
|
|
class DZMS_start {
|
|
file = "\z\addons\dayz_server\DZMS";
|
|
class DZMSInit {
|
|
//preInit = 1;
|
|
postInit = 1;
|
|
};
|
|
};
|
|
};
|
|
};
|