I got asked how to bind something to your keypad... So here's what I use
Code:
bind "KP_UPARROW" "say /com WHATS YOUR 20?"
bind "KP_PGUP" "say /com 11-99, NEED BACKUP AT MY 20"
bind "KP_LEFTARROW" "say /com WAREHOUSE"
bind "KP_5" "say /com IN AND OUT"
bind "KP_RIGHTARROW" "say /com 7/11"
bind "KP_END" "say /com 10-76, EN ROUTE"
bind "KP_DOWNARROW" "say /com 10-8"
bind "KP_PGDN" "say /com REQUESTING BACKUP AT MY 20"
bind "KP_INS" "say /com 10-4"
bind "KP_DEL" "say /com 10-79, on location"
There's a few others that I didn't use yet..
For instance
KP_PLUS
KP_MINUS
KP_SLASH
And a few others... I'll edit this post to include all of them after a few minutes / hours.