Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgPatches
- {
- class LiveToSurvive
- {
- units[] = {};
- weapons[] = {};
- requiredVersion = 0.1;
- requiredAddons[] =
- {
- "DZ_Data",
- "DZ_Characters",
- "DZ_Characters_Tops",
- "DZ_Characters_Backpacks",
- "DZ_Characters_Pants",
- "DZ_Characters_Headgear"
- };
- };
- };
- class CfgMods
- {
- class LiveToSurvive
- {
- dir = "LiveToSurvive";
- picture = "";
- action = "";
- hideName = 0;
- hidePicture = 1;
- name = "LiveToSurvive_Caps";
- author = "One Shot";
- authorID = "";
- version = "1.5";
- extra = 0;
- type = "mod";
- };
- };
- class CfgVehicles
- {
- class Clothing;
- class flatcap_colorbase;
- class LTS_Admin_Cap: flatcap_colorbase
- {
- displayName = "Live To Survive Admin Cap";
- descriptionShort = "LTS Admin Cap";
- scope = 2;
- hiddenSelectionsTextures[] =
- {
- "LiveToSurvive\Caps\Admin_Cap.paa",
- "LiveToSurvive\Caps\Admin_Cap.paa",
- "LiveToSurvive\Caps\Admin_Cap.paa"
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement