is there a way to bind the NUM LOCK keys to commands?
[code]
bind KP_5 "say Hello"
[/code]
This would bind the key 5 on the numpad to say "Hello" in-game.
thanks :D
[editline]25th November 2013[/editline]
Binding 0 with KP_0 doesnt work... help again? ^+^
The 0 on the keypad is actually called "KP_INS"
Here's the complete list of all numbers on the keypad and their ID's
[CODE]
0 = KP_INS
1 = KP_END
2 = KP_DOWNARROW
3 = KP_PGDN
4 = KP_LEFTARROW
5 = KP_5
6 = KP_RIGHTARROW
7 = KP_HOME
8 = KP_UPARROW
9 = KP_PGUP
[/CODE]
thats interesting to know :) -- anyway thanks a LOT for your help :) - I wanted the disguiser toggle on 0
thanks again
- Scoped
Sorry, you need to Log In to post a reply to this thread.