So uh, I hadn't messed around with scripts prior to this, and I didn't really think much could go wrong. If something messed up, just delete the script, right?
Well, I found a script that was supposed to remove the cross hair when zoomed in with the sniper rifle. This is that script:
//Disable Crosshair By CupOfTea
alias "+zoom" "+attack 2; crosshair 0"
alias "-zoom" "-attack 2; crosshair 1"
alias "+shoot" "+attack 1; crosshair 1"
alias "-shoot" "-attack 1"
alias "+inair" "+jump, crosshair 1"
alias "-inair" "-jump"
bind "mouse 1" "+shoot" // Your Primary fire key
bind "mouse2" "+zoom" // Your Secondary fire key
bind "space" "+inair" // Your Jump key
Suffice to say, it didn't work. But even after deleting it, I can't shoot or jump with any class. Unless I bind shoot to mouse2 in the options area... though that doesn't really help a lot.
Though in console, it does say "+/- shoot is an unknown command"
Help?
[highlight](User was banned for this post ("Questions belong in the megathread" - Orkel))[/highlight]
Im not sure but type something like: "unbind all" in the console and then use the default settings
Awesome! That worked.
Thank you :D
[QUOTE=Namjaa;30766439]Awesome! That worked.
Thank you :D[/QUOTE]
glad to help :V
Sorry, you need to Log In to post a reply to this thread.