ACE3/addons/reload/XEH_preInit.sqf
2015-03-06 01:32:47 -03:00

11 lines
143 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(canLinkBelt);
PREP(checkAmmo);
PREP(displayAmmo);
PREP(startLinkingBelt);
ADDON = true;