Created
September 21, 2016 20:46
-
-
Save minkcv/0d4c2396502ca2374508f2480f78b2f9 to your computer and use it in GitHub Desktop.
Bind T to cinematic mode in source games.
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
alias "cinematicon" "cl_drawhud 0; r_drawviewmodel 0; noclip; alias cinematic cinematicoff" | |
alias "cinematicoff" "cl_drawhud 1; r_drawviewmodel 1; noclip; alias cinematic cinematicon" | |
alias "cinematic" "cinematicon" | |
bind "t" "cinematic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment