You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arma 3 Version: stable CBA Version: stable
**ACE3 Version:**stable
Mods:
- CBA_A3
- ace3
Description:
For some reason some of ctrlshow scritps work with opposite effect:
ace_advanced_fatigue\xeh_postinit.sqf line 17
private _fnc_showStaminaBar = {
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
_staminaBarContainer ctrlShow ((!visibleMap) && {(vehicle ACE_player) == ACE_player});
};
enables stamina bar on map,
ace_map\functions\fn_ondrawmap.sqf line 7
((_this select 0) displayCtrl 101) ctrlShow GVAR(hasWatch);
disables briefing clock if have watch
May be this is non-relatet cases, because you dont get clock on briefing if have no watch, but i managed to fix the problem by adding the not operator for both conditions
Steps to reproduce:
ace_advanced_fatigue: open/close map; sprint for a while, notice the abscence of stamina bar, open map, here it is
ace_map: start briefing of multiplayer mission, there is no time at top right corner
pastebin) to the client and/or server RPT file. An instruction to find your RPT files can be found here.
If possible at the time the bug is encountered, go to ACE Options and select "Debug To Clipboard", this will print extensive debug information to the RPT file.
The text was updated successfully, but these errors were encountered:
Arma 3 Version: stable
CBA Version: stable
**ACE3 Version:**stable
Mods:
Description:
ace_advanced_fatigue\xeh_postinit.sqf line 17
private _fnc_showStaminaBar = {
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
_staminaBarContainer ctrlShow ((!visibleMap) && {(vehicle ACE_player) == ACE_player});
};
enables stamina bar on map,
ace_map\functions\fn_ondrawmap.sqf line 7
((_this select 0) displayCtrl 101) ctrlShow GVAR(hasWatch);
disables briefing clock if have watch
May be this is non-relatet cases, because you dont get clock on briefing if have no watch, but i managed to fix the problem by adding the not operator for both conditions
Steps to reproduce:
Where did the issue occur?
Placed Modules:
RPT log file:
The text was updated successfully, but these errors were encountered: