-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
75 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
x\tacgt\addons\hidden |
28 changes: 13 additions & 15 deletions
28
addons/duplicates/CfgWeapons.hpp → addons/hidden/CfgMagazines.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
class CfgVehicles { | ||
class CUP_supplyCrate_Base; | ||
class CUP_VABox: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_GER: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_USARMY: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_CDF: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_GB: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_NAPA: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_PMC: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_RACS: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_TK_GUE: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_UN: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_ChDKZ: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_RU: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_SLA: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_TK: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_TKMILITIA: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_USMC: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
class CUP_VABox_ACR: CUP_supplyCrate_Base { | ||
scope = 1; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
addons/duplicates/script_component.hpp → addons/hidden/script_component.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define COMPONENT duplicates | ||
#define COMPONENT_BEAUTIFIED Duplicates | ||
#define COMPONENT hidden | ||
#define COMPONENT_BEAUTIFIED Hidden | ||
#include "\x\tacgt\addons\main\script_mod.hpp" | ||
#include "\x\tacgt\addons\main\script_macros.hpp" |