mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
421 B
421 B
layout | title | description | group | order | parent |
---|---|---|---|---|---|
wiki | huntIR framework | Explains how to add huntIR support to your weapons | framework | 5 | wiki |
1. Adding huntIR support for your weapons
class CfgWeapons {
class Rifle_Base_F;
class your_rifle_base_class: Rifle_Base_F {
class your_gl_class: UGL_F {
magazines[] = {<all of your other UGL mags>,"ACE_HuntIR_M203"};
};
};
};