Ссылка на Сообщение
#1
28.12.2009, 12:59
Author's Readme/Notes:
This script is just action script, witch will let you to use one key to shoot and duck by the same time...
Ok, i putted two versions of it because of one man requested, so they are both here...
Actualy i only use first one, idk why, but the second one, will start shooting after you duck, and the first one will start shooting when you are ducking, i prefer peopole to use the second one, because of lower recoil when shooting...
This script is just action script, witch will let you to use one key to shoot and duck by the same time...
Ok, i putted two versions of it because of one man requested, so they are both here...
Actualy i only use first one, idk why, but the second one, will start shooting after you duck, and the first one will start shooting when you are ducking, i prefer peopole to use the second one, because of lower recoil when shooting...
CODE
Copy/Paste Only one version!!
-=V1.0=-
alias "+duck_shoot" "+duck; wait; wait; +attack"
alias "-duck_shoot" "-duck; -attack"
bind "x" "+duck_shoot"
-=V1.1=-
alias "+duck_shoot" "+duck; lastinv; lastinv; +attack"
alias "-duck_shoot" "-duck; -attack"
bind "x" "+duck_shoot"
-=V1.0=-
alias "+duck_shoot" "+duck; wait; wait; +attack"
alias "-duck_shoot" "-duck; -attack"
bind "x" "+duck_shoot"
-=V1.1=-
alias "+duck_shoot" "+duck; lastinv; lastinv; +attack"
alias "-duck_shoot" "-duck; -attack"
bind "x" "+duck_shoot"