Jump to content

? servers

? players online

script question

Recommended Posts


  • Content Count:  363
  • Joined:  10/14/09
  • Status:  Offline

Well,

i have written my own script to quickly switch between scroll fire and scroll jump:

alias shoots1 "bind mwheelup +attack"
alias shoots2 "bind mwheeldown +attack"
alias jumps1 "bind mwheelup +jump"
alias jumps2 "bind mwheeldown +jump"
alias shooter "shoots1; shoots2; echo "Mousewheels are now bound to +attack""
bind "mouse5" "shooter"
bind kp_ins "shooter"
alias jumper "jumps1; jumps2; echo "Mousewheels are now bound to +jump""
bind "mouse4" "jumper"

 

Am I allowed to have this on, on the SG servers?

it isnt in autoexec, so I can execute it whenever I feel too.

Reply to Thread

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...