Hi,
kann mir einer mal versuchen zu erklaeren was dieses unten aufgefuerthe script bewirkt?
Code:
alias x "speak fvox/blip"
alias centerview "cl_pitchspeed 100000;+lookdown;wait;-lookdown;cl_pitchspeed 17799;+lookup;wait;-lookup"
alias +headshot "-mlook;centerview;cl_pitchspeed 10;wait;+attack;+lookup;wait;-lookup"
alias -headshot "-attack;+mlook"
alias headshotOn "headshotBind;x;alias headshot headshotOff"
alias headshotOff "defaultBind;x;alias headshot headshotOn"
alias headshot "headshotOn"
alias headshotBind "bind mouse1 +headshot;bind 1 fix1;bind 2 fix2;bind 3 fix3;bind 4 fix4;bind 5 fix5"
alias defaultBind "bind mouse1 +attack;bind 1 slot1;bind 2 slot2;bind 3 slot3;bind 4 slot4;bind 5 slot5"
alias fix1 "slot1;-headshot;bind mouse1 +headshot"
alias fix2 "slot2;-headshot;bind mouse1 +headshot"
alias fix3 "slot3;-attack;bind mouse1 +attack"
alias fix4 "slot4;-attack;bind mouse1 +attack"
alias fix5 "slot5;-attack;bind mouse1 +attack"
tO.bAd