Description:
Allows you to switch weapons quickly, and show the weapon you are switching to briefly before hiding the weapon graphic. ----- // Fast weapon switching (with auto-hide) alias w5 "wait; wait; wait; wait; wait" alias w30 "w5; w5; w5; w5; w5; w5" alias show_hands "r_drawviewmodel 1" alias no_hands "r_drawviewmodel 0" alias fastweapup "show_hands; invprev; +attack; w2; -attack; w30; no_hands" alias fastweapdown "show_hands; invnext; +attack; w2; -attack; w30; no_hands" bind "MWHEELDOWN" "fastweapdown" bind "MWHEELUP" "fastweapup" ----- Autor skryptu: Jazu |