Jump to content

Help needed with my cfg!


Pown*

Recommended Posts

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 ?  :rolleyes:  

 

 

 

 

 

Number 1 and 2 can be found back in the cfg down below.

 

The first is top of the cfg

The second is between "binds'

 

Here are some scripts that can work:

 

1

 

 

// Weapon script
 
// Binded keys
bind mouse1 "+vstr sprintOn sprintOff"
 
// Script
set sprintOn "+attack; +sprint"
set sprintOff "-attack; -attack; -sprint; -sprint"
 
-----------------------------------------
2
 
set AT2 "-attack; -sprint"
set AT1 "+attack; +sprint"
bind MOUSE1 "+vstr AT1 AT2"
 
---------------------------------------

 

3

 

 

 
//Sprintshoot
set sprintOn "+attack; +sprint"
set sprintOff "-attack; -attack; -sprint; -sprint" 
 
//Crouchshoot
set crouchOn "+attack; +movedown"
set crouchOff"-attack; -attack; -movedown; -movedown"
 
 
Thanks.
 

pown.cfg

Link to comment
Share on other sites

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  :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...