2015-10-14 22:26:31 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-10-26 15:49:39 +00:00
|
|
|
if (!hasInterface) exitWith {};
|
|
|
|
|
2016-02-28 05:12:40 +00:00
|
|
|
// reload mutex, you can't play signal while reloading
|
|
|
|
GVAR(ReloadMutex) = true;
|
|
|
|
|
2015-10-14 22:26:31 +00:00
|
|
|
#include "key.sqf"
|