ACE3/addons/maptools/functions/fnc_canDraw.sqf

7 lines
223 B
Plaintext
Raw Normal View History

2015-03-24 04:18:00 +00:00
// by esteldunedain
2015-01-15 09:51:18 +00:00
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
(missionNameSpace getVariable [QGVAR(drawing_syncMarkers), true] && {GVAR(EveryoneCanDrawOnBriefing)}) ||
2015-01-16 08:13:29 +00:00
{(!isNull ACE_player) && {"ACE_MapTools" in items ACE_player}}