ACE3/addons/map_gestures/XEH_postInit.sqf

11 lines
413 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-10-19 04:59:40 +00:00
if (["STMapGestures"] call EFUNC(common,isModLoaded)) exitWith {
WARNING("st_map_gestures is installed - exiting [remove st_map_gestures.pbo to allow ace version]");
2015-10-19 04:59:40 +00:00
};
["visibleMap", {
GVAR(EnableTransmit) = false;
ACE_player setVariable [QGVAR(pointPosition), nil, true]; // Instantly transmit nil to stop drawing icon
}, true] call CBA_fnc_addPlayerEventHandler;