View Single Post
06-24-22, 06:27 AM   #3
plusmouse
A Defias Bandit
Join Date: Jun 2021
Posts: 2
I'm guessing you're calling
Code:
GetBindingByKey(key)
when the client's loading starts. The keybinds information isn't available immediately, you need to wait for the
Code:
VARIABLES_LOADED
event.

Running your code in-game after login and loading gets the right keybinding for me.
  Reply With Quote