ACE3/addons/reload/XEH_preInit.sqf

8 lines
81 B
Plaintext
Raw Normal View History

2015-01-16 01:25:41 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-16 01:25:41 +00:00
PREP(checkAmmo);
2015-01-29 07:38:46 +00:00
ADDON = true;