Page 1 of 1
whats wrong
Posted: 25 Apr 2009, 01:26
by c0rd
bind 4 "weaponbank 4; +attack; +attack; wait 200; -attack; -attack; weaponbank 3"
bind 5 "weaponbank 5"
bind 6 "weaponbank 6; +attack; +attack; wait 200; -attack; -attack; weaponbank 3"
bind 7 "weaponbank 7; +attack; +attack; wait 200; -attack; -attack; weaponbank 3"
timing is ok. but when switchin automaticly it fires 1 smg bullet.do u know how to fix it?
Re: whats wrong
Posted: 25 Apr 2009, 06:33
by ETc|#.Jay.#
whats that for a script?
+attack is like when you press mouse1
Re: whats wrong
Posted: 25 Apr 2009, 10:50
by c0rd
when i press 4 it switches to nade,automaticly throws one,waits a lil,and switches back to SMG
when i press 6 it switches to medpack,automaticly throws one,waits a lil,and switches back to SMG
when i press 7 it switches to adrenaline,automaticly uses one,waits a lil,and switches back to SMG
if i press 6 three times it switches to medpack,throws 3medpacks then switches to SMG
The problem here when switchin back to SMG,its firin 1 smg bullet.
Re: whats wrong
Posted: 25 Apr 2009, 12:26
by ETc|w00t!
What if you add a small 'wait' here: "-attack; weaponbank 3"?
Like: "-attack; wait 130; weaponbank 3" (Test some values).
Re: whats wrong
Posted: 25 Apr 2009, 13:46
by c0rd
tried this:
bind 6 "weaponbank 6; +attack; wait 160; -attack; wait 160; weaponbank 3"
stucked. didnt work
but erased double + and -attacks.its still workin like used to be.current one:
bind 6 "weaponbank 6; +attack; wait 160; -attack; weaponbank 3"
still need to stop 1 bullet consumption.anybody good at scriptin here?
Re: whats wrong
Posted: 25 Apr 2009, 20:05
by ETc|m3zcA|!n
bind 6 "vstr lolwassolldas"
set lolwassolldas "weaponbank 6 ; +attack ; -attack ; wait 40 ; weaponbank 3"///try it i dont tested it!
Re: whats wrong
Posted: 25 Apr 2009, 22:44
by c0rd
my fps is 125 always,if i put my wait lower than 150 it wont work.
Re: whats wrong
Posted: 26 Apr 2009, 13:11
by ETc|m3zcA|!n
and have u tried it with wait 150? does it work?
Re: whats wrong
Posted: 26 Apr 2009, 14:04
by c0rd
Of course it does work.i tried many combinations for this script.yours workin too
but still when changin it fires 1 smg bullet.crap.im still workin on this.