mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
37068a5247
* Added compat_adr_97 and realisticnames p90 cyka blyat * typo * Added Balistics stuff for p90 compat * 2 spaces to 4 spaces * styled my shit * Name for Hex variants, firemodes for the civilian variant * Also changed the magzine names * fixed ubc warning * fixed my style once again * my stuff looks even better now ... * ...
16 lines
351 B
C++
16 lines
351 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"A3_Weapons_F_Mod"};
|
|
author[] = {"Nic547"};
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgWeapons.hpp"
|
|
#include "CfgAmmo.hpp"
|
|
#include "CfgMagazines.hpp" |