Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : Awe script



T0T0
04. Februar 2006, 20:18
bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv"

das ist mein bisheriger awe script aber nun möchte ich wissen ob es eine möglcihkeit gibt das man auch weider in den 1.zoom kommt
geht das irgendwie?

und kann man das irgendwie machen das sobald man schießt automatisch q gedrückt wird? also nur wenn man die wae in der hand hat.

ich spiele 1.6
ich hoffe ma auf eure hilfe

mfg T0T0

bloob3
04. Februar 2006, 20:30
Ich hab kA obs geht..

bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv; +attack2"

wenn das ned geht probier das

bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv; +attack2; -attack2"

T0T0
04. Februar 2006, 20:41
also nur +attack2 geht net dan spinnst total... weil dann dauernd rechtsklick gedrückt wird bei -passiert nix :(
ich habs auch schon mit "zoom" probiert und "wait"
büdde ich bracuh hilfe!!!

enfer
04. Februar 2006, 20:43
versuchs mal mit nem wait zwischen dem 1. und 2. attack2
oder auch n wait nach lastinv

T0T0
04. Februar 2006, 20:47
bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv; wait; +zoom"

bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv; wait; ++attack; wait -attack"

das hab ich schon ausprobiert

SoulRebel
04. Februar 2006, 21:28
bind "q" "stop_reload"
alias "stop_reload" "weapon_knife; wait; lastinv; wait; +attack2; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait -attack2"