Ссылка на Сообщение
#1
28.12.2009, 13:01
Author's Readme/Notes:
When you right click you zoom in 2x and when you relese you you fire your sniper.
You can turn the script on and off on f1.
In the main menu press up the console and write exec "name of the script.cfg" or just copy the script to userconfig.cfg config.cfg.
And dont for get to turn it on.
Everthing is made by me.
When you right click you zoom in 2x and when you relese you you fire your sniper.
You can turn the script on and off on f1.
In the main menu press up the console and write exec "name of the script.cfg" or just copy the script to userconfig.cfg config.cfg.
And dont for get to turn it on.
Everthing is made by me.
CODE
alias +hold "+attack2; wait; -attack2"
alias -hold "+attack; wait; -attack; lastinv; wait; lastinv"
alias awoff "bind mouse2 +attack2; bind f1 awon; echo Sniper script off"
alias awon "bind mouse2 +hold; bind f1 awoff; echo Sniper script on"
bind f1 "awon"
alias -hold "+attack; wait; -attack; lastinv; wait; lastinv"
alias awoff "bind mouse2 +attack2; bind f1 awon; echo Sniper script off"
alias awon "bind mouse2 +hold; bind f1 awoff; echo Sniper script on"
bind f1 "awon"