Aftereight wrote:modernist wrote:Aftereight wrote:One more question, how can i disable showing key binds?
- Code: Select all
for i = 1, 12 do
for _, v in pairs({
_G['ActionButton'..i..'HotKey'],
_G['MultiBarRightButton'..i..'HotKey'],
_G['MultiBarLeftButton'..i..'HotKey'],
_G['MultiBarBottomLeftButton'..i..'HotKey'],
_G['MultiBarBottomRightButton'..i..'HotKey'],
_G['BonusActionButton'..i..'HotKey'],}) do
v:Hide()
end
end
drop this somewhere. maybe at the end of this file
Doesnt seem to work for me.
working for me, try just replacing the whole contents of the file i linked previously with this