Ссылка на Сообщение
#1
24.5.2010, 18:13
Strafe Mode (Toggle)
CODE
alias "hyperstrafe_mode1" "1strafe"
alias "1strafe" "+strafe; 3sens; echo ***Strafe enable***; alias hyperstrafe 2strafe"
alias "2strafe" "-strafe; 0sens; echo ***Strafe disable***; alias hyperstrafe 1strafe"
bind "key" "hyperstrafe_mode1"
//And now if you press your bindet key, then you will strafe by mouse. (You cant look arount anymore)
//You can move you mouse to the left and to the right to strafe you... Nice in tight situations, when the enemy walk left and right
//If you press the key again, you can look with your mouse normaly again
//Have fun
//MFG
alias "1strafe" "+strafe; 3sens; echo ***Strafe enable***; alias hyperstrafe 2strafe"
alias "2strafe" "-strafe; 0sens; echo ***Strafe disable***; alias hyperstrafe 1strafe"
bind "key" "hyperstrafe_mode1"
//And now if you press your bindet key, then you will strafe by mouse. (You cant look arount anymore)
//You can move you mouse to the left and to the right to strafe you... Nice in tight situations, when the enemy walk left and right
//If you press the key again, you can look with your mouse normaly again
//Have fun
//MFG