Scripts
______
Display time left and ramaining round time when you view the scores.
//Scoreboard And Time Remaining
alias +timescores "+showscores"
alias -timescores "-showscores; timeleft"
bind "tab" "+timescores"
Use and Flag Info on One Key.
//Flag info and use
alias +infouse "+use; flaginfo"
alias -infouse "-use"
bind "MOUSE3" "+infouse"
Bunny Hop. Same as what jump on the mwheel does but for spacebar.
//Spacebar jump (Bhop - mimics mouse wheel)
alias jj "+jump; wait; -jump; wait;"
alias +bhop "jj; jj; jj; jj; jj; +jump;"
alias -bhop "-jump;"
bind "SPACE" "+bhop"