View Single Post
11-06-22, 07:46 PM   #3
NottheSin
A Defias Bandit
Join Date: Nov 2022
Posts: 2
Originally Posted by Ketho View Post
It would be something like this
Lua Code:
  1. for _, btn in pairs(PetActionBar.actionButtons) do
  2.     hooksecurefunc(btn, "SetHotkeys", HotkeyReplace)
  3. end
Thank you so much!
There is no error anymore:香蕉:
  Reply With Quote