diff --git a/mpmissions/Exile.Altis/addons/modChecker/displayConfig.hpp b/mpmissions/Exile.Altis/addons/modChecker/displayConfig.hpp index 0799a27..1d270a6 100644 --- a/mpmissions/Exile.Altis/addons/modChecker/displayConfig.hpp +++ b/mpmissions/Exile.Altis/addons/modChecker/displayConfig.hpp @@ -37,7 +37,7 @@ _message = _message + modCheckAR; _message = _message + modCheckAUR; _message = _message + modCheckBVFL; _message = _message + modCheckNVG; -_message = _message + modCheckAG; +//_message = _message + modCheckAG; //_message = message + modCheckYOURMOD; diff --git a/mpmissions/Exile.Altis/addons/modChecker/modConfig.hpp b/mpmissions/Exile.Altis/addons/modChecker/modConfig.hpp index c10b015..9edfdb2 100644 --- a/mpmissions/Exile.Altis/addons/modChecker/modConfig.hpp +++ b/mpmissions/Exile.Altis/addons/modChecker/modConfig.hpp @@ -136,7 +136,8 @@ if (isClass(configFile >> "CfgPatches" >> "lsd_nvg")) then modCheckNVG = "Full Screen NV is NOT FOUND! (Not required)
"; errorLevel = errorLevel + 1 }; - + +/* //adjustable Grenades if (isClass(configFile >> "CfgPatches" >> "vz_a3_adjustableGrenades")) then { @@ -144,7 +145,8 @@ if (isClass(configFile >> "CfgPatches" >> "vz_a3_adjustableGrenades")) then } else { modCheckAG = "Adjustable Grenades is NOT FOUND! (Not required)
"; errorLevel = errorLevel + 1 - }; + }; +*/ // YOU CAN ADD MORE MODS, ADD FOR EACH SOME CODE LIKE THIS /*