Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds three new GSG-9 Loadouts #379

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions addons/tm_tmf_loadouts/CfgLoadouts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,24 @@ class CfgLoadouts
category = "Western Factions";
#include "loadouts\greek_army_2018.hpp"
};
class WGER_80_GSG9
{
displayName = "GSG-9 (1980s)";
category = "Western Factions";
#include "loadouts\wger_80_gsg9.hpp"
};
class WGER_90_GSG9
{
displayName = "GSG-9 (1990s)";
category = "Western Factions";
#include "loadouts\wger_90_gsg9.hpp"
};
class GSG9_2030
{
displayName = "GSG-9 (2030s)";
category = "Western Factions";
#include "loadouts\gsg9_2030.hpp"
};
class NEW_ZEALAND_ARMY_2013_NZMCU
{
displayName = "New Zealand Army (2013, NZMCU, AUG)";
Expand Down
Loading