-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CZ 75 magwells, some vanilla SMG magwells, change 570 to 57 - Change 570x28 to 57x28, since the cartridge is always called the 5.7x28mm - Add .45 ACP fullsize Glock magwell to SMG_01 (Vermin SMG/KRISS Vector) - Add 9x19mm Scorpion Evo 3 magwell for SMG_02 (Sting 9mm/CZ Skorpion Evo) - Add 9x19mm MP5 magwell to SMG_05 (Protector 9 mm/MP5K) - Add magwels for the CZ 75, 85, , 97, 2075, P-01, P-06, P-07, P-09 * Update CfgWeapons.hpp - readd missing line break * Remove spaces before colons Co-Authored-By: Drofseh <[email protected]>
- Loading branch information
Showing
8 changed files
with
64 additions
and
10 deletions.
There are no files selected for viewing
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
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,2 +1,3 @@ | ||
class CBA_9x19_CZP09Kadet {}; // CZ P-09 Kadet in .22LR | ||
class CBA_22LR_PP {}; // Walther PP in .22LR | ||
class CBA_22LR_PPK {}; // Walther PPK in .22LR |
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
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,6 @@ | ||
class CBA_57x28_FN57 {}; // FN Five-Seven | ||
class CBA_57x28_P90 { // FN P90, also 5.7x28 AR-57 | ||
BI_mags[] = { | ||
"50Rnd_570x28_SMG_03" | ||
}; | ||
}; |
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