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.

Link to comment

  • Content Count:  3736
  • Joined:  11/30/07
  • Status:  Offline

^what he said...its not giving you a particular advantage...these are commands you can use put into a script..

 

seems fine .. make sure it doesnt spam the console thing might freak out on you!!

Link to comment

  • Content Count:  2504
  • Joined:  04/13/09
  • Status:  Offline

^what trakaill sail...

 

Nice job on the script and it whould be okay to use in the SG servers. But you might want to check with an AO or BD just to make sure. I'd hate to see you get banned.

Link to comment

  • Content Count:  2959
  • Joined:  02/27/08
  • Status:  Offline

All this does is rebind controls, if it isn't flooding the server it doesn't fall afoul of our rules. I'd be surprised if more people here don't have scripts that fix settings or bindings.

Link to comment

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...