showMap (ACE_isMapEnabled && {"ItemMap" in _items});
showCompass (ACE_isCompassEnabled && {"ItemCompass" in _items});
showWatch (ACE_isWatchEnabled && {"ItemWatch" in _items});
//showRadio (ACE_isRadioEnabled && {"ItemRadio" in _items});
showGPS (ACE_isGPSEnabled && {"ItemGPS" in _items || {cameraOn == getConnectedUAV ACE_player}}); //If player is activly controling a UAV, showGPS controls showing the map (m key)