ACE3/addons/safemode/XEH_preInit.sqf

11 lines
158 B
Plaintext
Raw Normal View History

2015-01-17 20:32:34 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-17 20:32:34 +00:00
PREP(lockSafety);
PREP(playChangeFiremodeSound);
PREP(setSafeModeVisual);
PREP(unlockSafety);
2015-01-29 07:38:46 +00:00
ADDON = true;