Mousewheel firing script in CSS, help installing?

Soldato
Joined
5 Jun 2007
Posts
9,301
Location
extremes.spacious.indelible
Trying to make this script work:

//Mousewheel Attack Toggle// by: submitted by: JayMan2889
Description: Use this script to toggle between mousewheel fire, roll the wheel up and down fast for fast fire (recommend for pistols like elites), hit the button that you bound it to, and it changes to what you normally have.
NOTE: edit the aliases "changebk" and " changebk2 " to whatever you normally have your mousewheel up and down bound to, default is invprev and next.

alias cngmwon "change; wait; wait; change2; wait; emwc; alias cngmw cngmwoff"
alias cngmwoff "changebk; wait; wait; changebk2; wait; emwc2; alias cngmw cngmwon"
alias change "bind MWHEELUP +attack"
alias change2 "bind MWHEELDOWN +attack"
alias emwc "echo Mouse Wheel Up/Down Changed to attack"
alias emwc2 "echo Mouse Wheel Up/Down Changed to Default"

alias changebk "bind MWHEELUP invnext"
alias changebk2 "bind MWHEELDOWN invprev"

alias cngmw "cngmwon"

bind "?" "cngmw"



So far have saved in as mousefire.cfg in my "cfg" folder in "cstrike," typed in console "bind "f" "Exec mousefire,cfg" and it comes up saying "Cannot execute mousefire.cfg"

Any ideas?

Dan
 
Big noob :D

You could add "exec mousefire" or "exec mousefire.cfg" into your autoexec which should execute it, make sure all code actaully works though. :)

I would just bind a key to change the bind and another to change back really such as:

bind "f" "bind mwheeldown +attack;bind mwheelup +attack"
bind "v" "unbind f"

I cant see how it couldn't work really although scripts are really lame :D
 
I don't see why people have a problem scripts.

This script in particular doesn't provide much or any benefit, as said you don't fire any faster except for the pistols but then it is hard to control the recoil which makes it useless for using pistols at range.
Is it because people associate scripts with hacks?

I would do what TheRedZealot has posted looks better and cleaner.

Ohh by the way i don't use scripts. :D
 
I don't see why people have a problem scripts.

This script in particular doesn't provide much or any benefit, as said you don't fire any faster except for the pistols but then it is hard to control the recoil which makes it useless for using pistols at range.
Is it because people associate scripts with hacks?

I would do what TheRedZealot has posted looks better and cleaner.

Ohh by the way i don't use scripts. :D

Because its for noobs.
 
I only want it to control burst fire for automatic rifles, i make the kill before i even need to pull my pistol ;)

For CSS I wouldn't use a scroll macro for control bursts, well I wouldn't.

If you cant use the mouse for a controlled burst, i think there is something wrong with your play-style. ;)
 
Back
Top Bottom