mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
378 B
378 B
layout | title | description | group | order | parent |
---|---|---|---|---|---|
wiki | Reload Launchers Framework | Explains how to set-up launchers with ACE3 reload launchers system. | framework | 5 | wiki |
1. Adding third party reload
class CfgWeapons {
class MyLauncher {
ace_reloadlaunchers_enabled = 1; // Allow your buddies reloading for you (0-disabled, 1-enabled)
};
};