ACE3/addons/maptools/functions/fnc_canDraw.sqf
2015-03-24 01:18:00 -03:00

7 lines
223 B
Plaintext

// by esteldunedain
#include "script_component.hpp"
(missionNameSpace getVariable [QGVAR(drawing_syncMarkers), true] && {GVAR(EveryoneCanDrawOnBriefing)}) ||
{(!isNull ACE_player) && {"ACE_MapTools" in items ACE_player}}