1

Topic: Bind error with +fire

I want a multi-shot with one click.

 bind mouse1 +fire, +fire .. 

But then I can't shoot! What I doing wrong?
----
Sorry for my bad English.

2

Re: Bind error with +fire

If you want it with a emote then write this :
bind mouse1 "emote 2; +fire"

If you dont want to have an emote do it like this
bind mouse1 "+fire"
or
bind mouse1 +fire

3

Re: Bind error with +fire

Yes but I want that I make 2(or more) shots.

4

Re: Bind error with +fire

2 or more shots at one time is impossible...unless you use shotgun wink
what you will get? two shots flying exactly the same line? no sense in my opinion...

Ingame Name: //w®a* DøñE
Clanpage of //w®a*
Clanmovie of //w®a*

5

Re: Bind error with +fire

I want it in a row. Shot ... Shot ... Shot. But with one cklick! wink

6 (edited by CarmineZ 2011-01-07 00:16:00)

Re: Bind error with +fire

you can't anyway

7

Re: Bind error with +fire

Even better:

"bind mousewheelup +fire; bind mousewheeldown +fire"

Scroll up and down for super fast firing.

Maybe this could be an alternative.

8

Re: Bind error with +fire

At each tick, the client sends a boolean value - if the player fires or not. It cannot sends two shots.
If you want to improve your fire speed, you can try the alias tip.

Not Luck, Just Magic.

9

Re: Bind error with +fire

bind mouse1 "+fire"
bind mousewheelup "+fire"
bind mousewheeldown "+fire"

Sorry my bad english big_smile
Translate through google yikes

10 (edited by Lotrox 2011-01-07 13:07:30)

Re: Bind error with +fire

Thx for the whole answers.
I'm going to try Alias tip.
--
Sorry, but it dosn't work.

11

Re: Bind error with +fire

lotrox only noob spammer, please delete topic

12

Re: Bind error with +fire

CarmineZ wrote:

lotrox only noob spammer, please delete topic

it is not noob maybe he really Know how to do Bind

Sorry my bad english big_smile
Translate through google yikes

13

Re: Bind error with +fire

@Lotrox: The Solution alias provided does not solve your problem, because what you want is simply not possible. what alias suggested is to bind the fire command also to the mousewheel which means you can also fire by scrolling up and down the mousewheel, which is kind of fast. I also use this method to be faster with the pistol. For shotgun, grenade launcher and laser, simply keep the +fire button (usually mouse1) pressed, and it will keep firing as soon as possible. For hammer and pistol, the method alias mentioned above is a very good solution.