ACE3/addons/map/functions/fnc_canUseMapGPS.sqf

8 lines
129 B
Plaintext
Raw Normal View History

2015-01-15 09:51:18 +00:00
// by CAA-Picard
2015-01-15 21:50:48 +00:00
#include "script_component.hpp"
2015-01-15 09:51:18 +00:00
visibleMap &&
{alive ACE_player} &&
{"ItemGPS" in (assignedItems ACE_player)}