If you're using sm_admin or just voting on a map, when the menu pops up, the number pad doesn't work. Now, this makes me sad, so I found a fix for it.
bind "KP_INS" "slot10"
bind "KP_END" "slot1"
bind "KP_DOWNARROW" "slot2"
bind "KP_PGDN" "slot3"
bind "KP_LEFTARROW" "slot4"
bind "KP_5" "slot5"
bind "KP_RIGHTARROW" "slot6"
bind "KP_HOME" "slot7"
bind "KP_UPARROW" "slot8"
bind "KP_PGUP" "slot9
If you put that (^) at the end of your autoexec.cfg, it'll allow you to use the numpad for menus. However, this will also select weapons in game, so if you're afraid of that, you can change where it says "slot10" to "menuselect 10", etc.
bind "KP_INS" "slot10"
bind "KP_END" "slot1"
bind "KP_DOWNARROW" "slot2"
bind "KP_PGDN" "slot3"
bind "KP_LEFTARROW" "slot4"
bind "KP_5" "slot5"
bind "KP_RIGHTARROW" "slot6"
bind "KP_HOME" "slot7"
bind "KP_UPARROW" "slot8"
bind "KP_PGUP" "slot9
If you put that (^) at the end of your autoexec.cfg, it'll allow you to use the numpad for menus. However, this will also select weapons in game, so if you're afraid of that, you can change where it says "slot10" to "menuselect 10", etc.













