
Originally Posted by
C4lviN
Uhm Chef
i made this but i have 1 problem
set crouchon "+attack;+movedown;set vstr crouchoff
set crouchoff "-attack;-movedown;set vstr crouchon
bind mouse1 "+vstr crouchon crouchoff''
It doesnt stop shooting what do i need to change ??
You could try:
Code:
set crouchon "+movedown;+attack;set vstr crouchoff"
set crouchoff "-movedown;-attack;set vstr crouchon"
bind mouse1 "+vstr crouchon crouchoff''
Or:
Code:
set crouchon "+attack;+movedown;set vstr crouchoff"
set crouchoff "-attack;-attack;-movedown;set vstr crouchon"
bind mouse1 "+vstr crouchon crouchoff''
I don't have ET on this pc, so can't test it myself.
If it doesn't work make sure to tell me and I'll get a pc with ET
Bookmarks