mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
- Add 96 different ACRs in 4 different colors - Complete attachment support - All weapons have a flashlight - TWS versions and TWS scope are sell only and have the same scope as the L85A2 TWS - NV versions can switch between NV and Holo, also have military flashlight Big thanks @Alwarren
37 lines
619 B
C++
37 lines
619 B
C++
#include "SCOPED.hpp"
|
|
#include "BELT.hpp"
|
|
|
|
#include "FL.hpp"
|
|
#include "FL_Pist.hpp"
|
|
|
|
#include "MFL.hpp"
|
|
#include "MFL_Pist.hpp"
|
|
|
|
#include "CCO.hpp"
|
|
#include "Holo.hpp"
|
|
#include "ACOG.hpp"
|
|
#include "Kobra.hpp"
|
|
#include "PSO1.hpp"
|
|
|
|
#include "M203.hpp"
|
|
#include "GP25.hpp"
|
|
|
|
#include "Sup9.hpp"
|
|
#include "Sup10.hpp"
|
|
#include "Sup68.hpp"
|
|
#include "Sup556.hpp"
|
|
#include "Sup545.hpp"
|
|
#include "SupMakarov.hpp"
|
|
#include "SupBizon.hpp"
|
|
|
|
#include "Ghillie.hpp"
|
|
|
|
#include "SA58RIS.hpp"
|
|
|
|
#include "ANPVS4.hpp"
|
|
#include "Laser.hpp"
|
|
#include "NSPU.hpp"
|
|
#include "NV.hpp"
|
|
#include "TWS.hpp"
|
|
#include "Sup762.hpp"
|
|
#include "Sup_45.hpp" |