PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Css Awp autoswitch?



#AZURA
28.02.2010, 09:08
Also ich suche einen Ordentlichen Script nehmlich wenn ich
mit der Awp oder Scout Schieße das er nach den Schuss automatisch
auf Knife wechselt und wieder zur Awp or Scout
habe gesucht aber nix richtiges gefunden

c1ox
28.02.2010, 09:11
Wird eh von zBlock geblockt, außerdem sinnlos, bringt keinen Vorteil.
Außerdem findest du auf FPSbanana genug!

gf0x
28.02.2010, 09:16
Von AWP Switch Scripts halte ich sowieso nichts.

Ich spiele seit ewigkeiten mit der "Q"-Kombination und kann es mir fast nicht mehr vorstellen ohne damit zu spielen.

#AZURA
28.02.2010, 09:18
Ja ich spiel letzer Zeit nur awpknivez
ja auf bananana gibst genug aber ich finde nicht das richtige

c1ox
28.02.2010, 09:21
Was ist denn dann das "richtige"?
Alle Scripts bewirken das gleiche.

G!smo
28.02.2010, 10:18
Hier habe ich dir mal ein paar zusammengesucht, da MUSS das richtige beisein^^


// 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.


//Realistic Weapon Switch// by: submitted by: veXor
Description: This Script is for looks only. It makes you pull out your primary weapon in your right hand then when you switch to your secondary it will pull it out in the left hand or vice versa.

alias weapright "lastinv; cl_righthand 1; bind q weapleft"
alias weapleft "lastinv; cl_righthand 0; bind q weapright"


// This will automatically switch from your awp to your slot2 weapon back to the awp after you shoot when activated. Toggle on/off key is o/p
// Copy everything after this line into your autoexec until I say to stop.

// The aliases

alias w "wait"
alias w5 "w; w; w; w; w"
alias autoswitch "+attack; w5; w5; w5; w5; w5; -attack; w5; w5; w5; w5; w5; invnext; w; w; invprev"
alias autoswitchoff "bind MOUSE1 +attack; echo DylanM666's Awp auto weaponswitch script deactivated"
alias autoswitchon "bind MOUSE1 autoswitch; echo DylanM666's Awp auto weaponswitch script activated"

// The toggle

bind o "autoswitchon"
bind p "autoswitchoff"


// Stop copying, you're done. Now when you hit v it will activate/deactivate my autoswitch script.
// Note: This works for any gun not just the awp but it will switch much slower after the shot is fired because this is tuned to the awps standards.
// Please also note I have not tested this before so if the weapon is switching too slow or there is a problem please contact me on xfire at dylanm666. Thanks, and enjoy.


// 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"


// Using this script you can use your other weapons while having the awp script enabled without it doing the awp switch. You will also get a red crosshair and your weapon alligment will be switched so you can tell when it is on. There is a one button toggle (MOUSE4 is default).



alias w "wait"
alias w5 "w; w; w; w; w"

alias autoswitch "+attack; w5; -attack; w5; slot3; w5; slot1"
alias autoswitchoff "bind MOUSE1 +attack"
alias autoswitchon "bind MOUSE1 autoswitch"



bind 1 "slot1; autoswitchon"
bind 2 "slot2; autoswitchoff"
bind 3 "slot3; autoswitchoff"
bind 4 "slot4; autoswitchoff"
bind 5 "slot5; autoswitchoff"
bind MWHEELUP "invprev; autoswitchoff"
bind MWHEELDOWN "invnext; autoswitchoff"

alias slot1on "slot1; autoswitchon"
alias slot1off "slot1; autoswitchoff"



alias off "bind 1 slot1off; autoswitchoff; bind MOUSE4 on; cl_righthand 1; cl_crosshaircolor 0"
alias on "bind 1 slot1on; autoswitchon; bind MOUSE4 off; cl_righthand 0; cl_crosshaircolor 1"
bind MOUSE4 "on"