Description:

If set up as it is here, pressing mouse5 toggles between fast switch modes. once activated, hitting 2, 3, 4, or rolling the mouse deactivates fast switch and rebinds mouse1 to +attack so you can shoot, stab, or nade whatever weapon you just selected. when in normal fire, pressing 1 will switch back to awp and rebind mouse1 to fast switch. just be sure to toggle thru mouse5 until you see "NORMAL FIRE" if you don't have an awp. i used mwheelup and mwheeldown while in awp mode to switch straight to pistol for those hectic moments (roll it either way and you're pistol is out ready to fire in normal mode) just substitute whatever keys you're more comfortable with just make sure you change them right.

-----
//put these wherever you keep your aliases (autoexec.cfg, alias.cfg, wherever... )
alias d1 "developer 1"
alias d0 "developer 0"
alias +awpsw "+attack; wait; -attack; wait; slot3; wait; -attack; wait; slot1"
alias -awpsw "-attack" alias awptog "exec awp.cfg; d1; echo *OWNAGE ON*; d0; wait; bind mouse5 togawp"
alias togawp "exec normfire.cfg; d1; echo *NORMAL FIRE*; d0; wait; bind mouse5 awptog"
//create these 2 config files and place them in your cstrike folder
//awp.cfg
alias normfire "exec normfire.cfg"

bind "mouse1" "+awpsw"
bind "1" "slot1; exec awp.cfg"
bind "2" "slot2; normfire"
bind "3" "slot3; normfire"
bind "4" "slot4; normfire"
bind "mouse5" "awptog"
bind "mwheelup" "slot2; normfire"
bind "mwheeldown" "slot2; normfire"
//normfire.cfg
bind "mouse1" "+attack"
bind "1" "slot1; exec awp.cfg"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "mwheelup" "lastinv" //(or whatever)
bind "mwheeldown" "lastinv"
bind "mouse5" "exec awp.cfg; d1; echo *AWP ON*; d0"

-----

Autor skryptu: LI0