Trins-mods / Gravisuit-Classic-Edition

GNU Lesser General Public License v3.0
7 stars 8 forks source link

Hotfix for Chainsaw tooltip #13

Closed CrossVas closed 5 years ago

Trinsdar commented 5 years ago

I guess you figured out which number is shift? If so thanks.

CrossVas commented 5 years ago

In your code you have "isSneaking" part, so you need "isSneakKeyDown" boolean from IKeyboard. Number 9 is binded to this boolean. So even if the player change the sneak keybind, tooltip will show the Key that was binded.

So the answer for your question is Yes, I flound it.