Pown* Posted May 12, 2013 Report Posted May 12, 2013 Hi guys, Today i made some changes in my new cfg...but now my sprint + shoot doesn't work... anyway my qeustion is how to get this work again ? Number 1 and 2 can be found back in the cfg down below. The first is top of the cfgThe second is between "binds' Here are some scripts that can work: 1 // Weapon script // Binded keysbind mouse1 "+vstr sprintOn sprintOff" // Scriptset sprintOn "+attack; +sprint"set sprintOff "-attack; -attack; -sprint; -sprint" -----------------------------------------2 set AT2 "-attack; -sprint"set AT1 "+attack; +sprint"bind MOUSE1 "+vstr AT1 AT2" --------------------------------------- 3 //Sprintshootset sprintOn "+attack; +sprint"set sprintOff "-attack; -attack; -sprint; -sprint" //Crouchshootset crouchOn "+attack; +movedown"set crouchOff"-attack; -attack; -movedown; -movedown" Thanks. pown.cfg Quote
bartmen Posted May 12, 2013 Report Posted May 12, 2013 hold shift while shooting, release shift after shooting Quote
Slarty Posted May 12, 2013 Report Posted May 12, 2013 You got mouse1 bind'd at least two times, you have to remove one. The crouch and sprint vstr are, as far as I can see, not used in any places. You could try this: For crouching and shooting: seta crouchon "+attack; +movedown"seta crouchoff "-attack; -attack; -movedown; -movedown" bind mouse1 "vstr crouchon crouchoff" For running and shooting: seta runningon "+attack; +sprint"seta runningoff "-attack; -attack; -sprint; -sprint" bind mouse1 "vstr runningon runningoff" For lower sensitivity when shooting: seta senson "+attack; sensitivity 1.5; vstr sensoff"seta sensoff "-attack; sensitivity 2.5; vstr senson" bind mouse1 "+vstr senson sensoff" Hope it works, its right out of my head and I neither can nor will guarantee anything. Make back up of your cfg Quote
Pown* Posted May 12, 2013 Author Report Posted May 12, 2013 Thanks slarty it worked, i removed the mouse 1 attack bind. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.