Created
July 20, 2017 03:07
-
-
Save dresswithpockets/461ba732c78312d057f158e71e54c368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Add these to your autoexec.cfg | |
| bind "KP_END" "join_class scout" | |
| bind "KP_DOWNARROW" "join_class soldier" | |
| bind "KP_PGDN" "join_class pyro" | |
| bind "KP_LEFTARROW" "join_class demoman" | |
| bind "KP_5" "join_class heavyweapons" | |
| bind "KP_RIGHTARROW" "join_class engineer" | |
| bind "KP_HOME" "join_class medic" | |
| bind "KP_UPARROW" "join_class sniper" | |
| bind "KP_PGUP" "join_class spy" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment