|
|
| Author(s): dylanm666 |
| Category: CS:S > Weapon Scripts |
Notes/Usage Instructions:
// DylanM666's Awp AutoSwitch Script
// This script, using a H as the toggle key, when toggled on makes the awp switch after you shoot for you.
// Copy and paste everything after this line until I say to stop into your autoexec.cfg file |
Script Code:
// The aliases
use weapon_awp
alias w "wait"
alias w5 "w; w; w; w; w"
alias w10 "w5; w5"
alias switch "lastinv; w5; lastinv"
alias shoot "+attack; w5; -attack2; -attack; w10"
alias autoswitch "shoot; switch"
// The toggle
alias toggle_on "bind MOUSE1 autoswitch; bind h toggle_off"
alias toggle_off "bind MOUSE1 +attack; bind h toggle_on"
bind h "toggle_on"
// Thats it, enjoy.
|
| Added: 12 months ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Detailed & Helpful 3 x Detailed 2 x Helpful 1 x Handy You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |