Add zoom script.

This commit is contained in:
Lyrositor
2014-02-23 12:45:45 +01:00
parent 1f910b6371
commit b07878984a
5 changed files with 42 additions and 9 deletions

View File

@@ -75,11 +75,26 @@ alias SPY_LINES "spy_lines_on"
// SPY_TAUNT
// Values: spy_taunt_on | spy_taunt_off
// If set to spy_taunt_on, pressing G will un-disguise the Spy and make him
// If set to spy_taunt_on, pressing G will un-disguise the Spy and make himb
// perform a taunt. Press G twice to ensure that the taunt is always performed.
alias SPY_TAUNT "spy_taunt_on"
// SUICIDE_EXPLOSION
// Values: suicide_on | suicide_off
// If set to suicide_on, pressing F1 will make the player explode.
alias SUICIDE_EXPLOSION "suicide_on"
alias SUICIDE_EXPLOSION "suicide_on"
// ZOOM_IN_HIDE_WEAPON
// Values zoom_hide_on | zoom_hide_off
// If set to zoom_hide_on, hides the weapon's viewmodel when zoomed in.
alias ZOOM_IN_HIDE_WEAPON "zoom_hide_on"
// ZOOM_IN_SENSITIVITY
// Values: sensitivity [0.00 - 6.00]
// The mouse sensitivity when zoomed in.
alias ZOOM_IN_SENSITIVITY "sensitivity 2.00"
// ZOOM_OUT_SENSITIVITY
// Values: sensitivity [0.00 - 6.00]
// The mouse sensitivity when zoomed out.
alias ZOOM_OUT_SENSITIVITY "sensitivity 6.00"