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
I only tested this for Alt.OnKeyUp in combination with the altv-dev-tools resource.
In my example I subscribed to this event in my own resource via Alt.OnKeyUp += Alt_OnKeyUp and at a later point I removed the subscription via Alt.OnKeyUp -= Alt_OnKeyUp.
This caused that after unsubscription the hotkeys of altv-dev-tools didn't work anymore.
When I remove Alt.OnKeyUp -= Alt_OnKeyUp from my code the resource is working without any issues.
The text was updated successfully, but these errors were encountered:
I recognized the same issue when I have many log messages in the opened game console, especially on reconnect. Then the key listeners don’t work, probably a client issue?
I only tested this for
Alt.OnKeyUp
in combination with thealtv-dev-tools
resource.In my example I subscribed to this event in my own resource via
Alt.OnKeyUp += Alt_OnKeyUp
and at a later point I removed the subscription viaAlt.OnKeyUp -= Alt_OnKeyUp
.This caused that after unsubscription the hotkeys of
altv-dev-tools
didn't work anymore.When I remove
Alt.OnKeyUp -= Alt_OnKeyUp
from my code the resource is working without any issues.The text was updated successfully, but these errors were encountered: