mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
398 B
398 B
layout | title | description | group | order | parent |
---|---|---|---|---|---|
wiki | reloadlaunchers framework | framework | 5 | wiki |
1. Adding third party reload
class CfgWeapons {
class Launcher_Base_F; // launcher base class
class yourlauncher: Launcher_Base_F { // launcher class
ACE_reloadlaunchers_enabled = 1; // enable third party reload (your buddies reloading for you)
};
};