Throw grenade bind possible?

steve

Distinguished
Sep 10, 2003
2,366
0
19,780
Archived from groups: alt.games.half-life.counterstrike (More info?)

Hi All,

I'm a new CS:S user - is it possible to bind a key to switch and throw a
grenade; so that like if I'm using the SMG and I tap 'G' I will
automatically throw a HE and continue using the SMG afterwards? Any help or
tips much appreciated!

Thanks,

Steve
 
Archived from groups: alt.games.half-life.counterstrike (More info?)

"Steve" <luckylucky200@hotmail.com> wrote in message
news:%QfEd.175$pj7.121@newsfe1-win.ntli.net...
> Hi All,
>
> I'm a new CS:S user - is it possible to bind a key to switch and throw a
> grenade; so that like if I'm using the SMG and I tap 'G' I will automatically
> throw a HE and continue using the SMG afterwards? Any help or tips much
> appreciated!
>
It is possible but many people consider it cheating. I'll let you decide whether
to join the dark side.
http://www.counter-script.net/
 
Archived from groups: alt.games.half-life.counterstrike (More info?)

Steve wrote:
> Hi All,
>
> I'm a new CS:S user - is it possible to bind a key to switch and throw a
> grenade; so that like if I'm using the SMG and I tap 'G' I will
> automatically throw a HE and continue using the SMG afterwards? Any help or
> tips much appreciated!
>
> Thanks,
>
> Steve
>
>
>

there is a possble solution.
bind v "use weapon_hegrenade; wait; +attack; wait; -attack; slot1" not
sure if it will throw correctly or if it will work at all... try it and
c. you might need to add/remove more waits. it might not work at all.
 
Archived from groups: alt.games.half-life.counterstrike (More info?)

I wrote:

> bind v "use weapon_hegrenade; wait; +attack; wait; -attack; slot1" not
> sure if it will throw correctly or if it will work at all... try it and
> c. you might need to add/remove more waits. it might not work at all.

ok, i got it working.
you need to do a lot of waits.

1st:
alias longwait "wait; wait; wait; wait; wait; wait; wait; wait; wait;
wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;
wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;"

2nd: bind f9 "use weapon_hegrenade; longwait; +attack; longwait;
-attack; wait; slot1;"

press f9 when u have a nade and itl throw it then switch back to ur
primary weapon.
 
Archived from groups: alt.games.half-life.counterstrike (More info?)

> ok, i got it working.
> you need to do a lot of waits.
>
> 1st:
> alias longwait "wait; wait; wait; wait; wait; wait; wait; wait; wait;
> wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;
> wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait; wait;"
>
> 2nd: bind f9 "use weapon_hegrenade; longwait; +attack; longwait;
> -attack; wait; slot1;"
>
> press f9 when u have a nade and itl throw it then switch back to ur
> primary weapon.

the wait between -attack and slot1 needs to be another longwait