ACE3/addons/gestures/XEH_postInit.sqf
2016-02-28 06:12:40 +01:00

9 lines
167 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
// reload mutex, you can't play signal while reloading
GVAR(ReloadMutex) = true;
#include "key.sqf"