Some goldsrc fun scripts
This commit is contained in:
parent
4464fa3e3f
commit
69b2b46311
17
HalfLifeSlowDown/timebinds.cfg
Normal file
17
HalfLifeSlowDown/timebinds.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
fps_override 1
|
||||
fps_max 144
|
||||
|
||||
// Slow Down time time hold bind
|
||||
alias +slowdown "host_framerate 0.003"
|
||||
alias -slowdown "host_framerate 0"
|
||||
bind kp_5 "+slowdown"
|
||||
|
||||
// Speed Up time toggle bind
|
||||
alias speedup "speedup_on"
|
||||
alias speedup_on "host_framerate 0.03; alias speedup speedup_off"
|
||||
alias speedup_off "host_framerate 0; alias speedup speedup_on"
|
||||
bind x speedup
|
||||
|
||||
// Jump with mousewheel
|
||||
bind mwheeldown +jump
|
||||
bind mwheelup +jump
|
Loading…
Reference in New Issue
Block a user