blckeagles-revisited-RC/@GMS/addons/custom_server/config.cpp

34 lines
600 B
C++

/*
for ghostridergaming
By Ghostrider [GRG]
Copyright 2016
--------------------------
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 custom_server {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {};
};
};
class CfgFunctions {
class blck_init {
class blck_start {
file = "\q\addons\custom_server\init";
class init {
postInit = 1;
};
};
};
};