mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 20:51:35 +00:00
Removed old jointeam config scripts
This commit is contained in:
parent
cea2f797b9
commit
a52b1b3af3
2 changed files with 2 additions and 10 deletions
|
@ -46,10 +46,8 @@ bind "RIGHTARROW" "+right"
|
||||||
bind "ALT" "+voicerecord"
|
bind "ALT" "+voicerecord"
|
||||||
bind "CTRL" "+duck"
|
bind "CTRL" "+duck"
|
||||||
bind "SHIFT" "+speed"
|
bind "SHIFT" "+speed"
|
||||||
alias "marinecfg" "exec marineofficial.cfg"
|
bind "F1" "jointeamone"
|
||||||
alias "aliencfg" "exec alienofficial.cfg"
|
bind "F2" "jointeamtwo"
|
||||||
bind "F1" "jointeamone;marinecfg"
|
|
||||||
bind "F2" "jointeamtwo;aliencfg"
|
|
||||||
bind "F3" "autoassign"
|
bind "F3" "autoassign"
|
||||||
bind "F4" "readyroom"
|
bind "F4" "readyroom"
|
||||||
bind "F5" "snapshot"
|
bind "F5" "snapshot"
|
||||||
|
|
|
@ -15,12 +15,6 @@ gl_vsync "0"
|
||||||
//View and weapon bob off
|
//View and weapon bob off
|
||||||
cl_bob "0"
|
cl_bob "0"
|
||||||
|
|
||||||
//Execute marine and alien cfgs on F1/F2 press
|
|
||||||
alias marinecfg "exec marineofficial.cfg;echo marine config loaded"
|
|
||||||
alias aliencfg "exec alienofficial.cfg;echo alien config loaded"
|
|
||||||
bind "F1" "jointeamone;marinecfg"
|
|
||||||
bind "F2" "jointeamtwo;aliencfg"
|
|
||||||
|
|
||||||
//Network rates for the 21st century
|
//Network rates for the 21st century
|
||||||
rate "30000"
|
rate "30000"
|
||||||
cl_updaterate "100"
|
cl_updaterate "100"
|
||||||
|
|
Loading…
Reference in a new issue