Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : AWP Fastswitch Script



schkai
14. November 2014, 00:30
Hallo,

such ein brauchbares AWP Script welches nach dem schuss direkt auf Pistole wechselt.
Habe zwar eins was halbwegs funktioniert, das problem ist das man dieses immer deaktivieren muss wenn man zb eine Granate oder Flash schmeissen möchte. Das ist dann relativ nervig.
Gibt es da eine möglichkeit das zu umgehen ?

Mein Script:

alias +awpshoot "+attack"
alias -awpshoot "-attack;slot2"
alias awpshoot_aus "alias awp_tg awpshoot_an; bind mouse1 +attack; developer 1; echo AWP-Shoot AUS"
alias awpshoot_an "alias awp_tg awpshoot_aus; bind mouse1 +awpshoot; developer 1; echo AWP-Shoot AN"
alias "awp_tg" "awpshoot_an"

bind "mouse5" "awp_tg"