Quote:
Originally Posted by Ran321
So is there a way to get it to read the F1 & F2 commands instead of Pressing keys 1 and 2 as such:
register_menucmd(register_menuid("Vote2"),MEN U_KEY_1|MENU_KEY_2,"Vote")
but using F1 and F2 instead?
|
Write in your console:
Code:
bind f1 slot1; bind f2 slot2; etc...
It will only work for YOU ONLY, though.