Jump to content

Pown*

Regular member
  • Posts

    34
  • Joined

  • Last visited

Posts posted by Pown*

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

×
×
  • Create New...