ACE3/addons/map/functions/fnc_onDrawMap.sqf

8 lines
222 B
Plaintext
Raw Normal View History

2015-04-08 08:45:57 +00:00
// by commy2
#include "script_component.hpp"
((_this select 0) displayCtrl 1016) ctrlShow GVAR(mapShowCursorCoordinates);
// hide time when no map in inventory
2015-09-01 23:59:07 +00:00
((_this select 0) displayCtrl 101) ctrlShow GVAR(hasWatch);