Say I wanted to get the key binded to the “noclip” command.
Is there a function I can run that goes
[lua]
if GetKeyBinded(“noclip”) == KEY_V then
MsgN(“Your noclip key is binded to V!”)
end
[/lua]
I’m making some help notifications and sometimes players have their keys binded differently.