Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //NUM PAD PLAYER SELECTION FOR BLU TEAM(in class-abetical order)
- bind "KP_END" "spec_player_cc 3, 1" //SCOUT
- bind "KP_DOWNARROW" "spec_player_cc 3, 3" //SOLDIER
- bind "KP_PGDN" "spec_player_cc 3, 7" //PYRO
- bind "KP_LEFTARROW" "spec_player_cc 3, 4" //DEMOMAN
- bind "KP_5" "spec_player_cc 3, 8" //HEAVY
- bind "KP_RIGHTARROW" "spec_player_cc 3, 9" //ENGINEER
- bind "KP_HOME" "spec_player_cc 3, 2" //SNIPER
- bind "KP_UPARROW" "spec_player_cc 3, 5" //MEDIC
- bind "KP_PGUP" "spec_player_cc 3, 6" //SPY
- bind "KP_ENTER" "exec spectool_red"
- //FOR 6s, '/' SELECTS THE SECOND SOLDIER AND '*' SELECTS THE SECOND SCOUT
- bind "KP_SLASH" "spec_player_cc 3, 3, 1"
- bind "KP_MULTIPLY" "spec_player_cc 3, 1, 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement