ACE3/addons/safemode/XEH_preInit.sqf
2015-01-29 01:38:46 -06:00

12 lines
175 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(firstMode);
PREP(lockSafety);
PREP(playChangeFiremodeSound);
PREP(setSafeModeVisual);
PREP(unlockSafety);
ADDON = true;