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:1.66 (stable / rc / dev) CBA Version:3.2.1 (stable / dev + commit hash)
Mods:
- CBA_A3
- TFAR
Description:
When leaving a Zeus Remote Control by Pressing the Z button the currentUnit changed Event is not executed. It only runs after the Zeus Interface was completly closed by Pressing Z again and going back into the Zeus Players eyeCamera
This is probably because the Arma PlayerViewChanged EH doesn't trigger when Zeus leaves Remote Control and goes back into Zeus Interface Camera
You'll see that the Eventhandler is only called after you exit the Zeus Interface. Although after you quit remote Control and went back into Zeus Interface CBA_fnc_currentUnit report's player already.
Where did the issue occur?
Dedicated / Self-Hosted Multiplayer
The text was updated successfully, but these errors were encountered:
Doesn't even fire consistently when using selectPlayer. It was a nice idea, but the CBA eventhandlers were specifically made to have a reliable solution. Sometimes things fail and one has to accept that.
Arma 3 Version:
1.66
(stable / rc / dev)CBA Version:
3.2.1
(stable / dev + commit hash)Mods:
Description:
When leaving a Zeus Remote Control by Pressing the
Z
button the currentUnit changed Event is not executed. It only runs after the Zeus Interface was completly closed by Pressing Z again and going back into the Zeus Players eyeCameraThis is probably because the Arma PlayerViewChanged EH doesn't trigger when Zeus leaves Remote Control and goes back into Zeus Interface Camera
Reference: michail-nikolaev/task-force-arma-3-radio#1211
Steps to reproduce:
Z
to go back into Zeus InterfaceZ
again to close Zeus InterfaceCBA_fnc_currentUnit
report's player already.Where did the issue occur?
The text was updated successfully, but these errors were encountered: