Beiträge von Legend

    Thought this might be usefull, wanted to make a bind that can overwrite the same key for switching weapons and so that i can do bunnyhops more easily but since you cant bind to make and other bind (/bind k "bind....) had a different way to do so.

    So i made 2 different .cfg files that change your keys functions.

    This is the .cfg for swithcing weapons

    Code
    1. bind MWHEELDOWN "weapnext"
    2. bind MWHEELUP "weapnext"
    3. bind 0 "exec js.cfg"

    and this one is for the bunnyhops(jumps)

    Code
    1. bind MWHEELDOWN "+gostand"
    2. bind MWHEELUP "+gostand"
    3. bind 0 "exec ws.cfg"

    as long as those 2 .cfgs are in the mod folder of what ever mod you play they will be executed

    hope this might help anyone in what ever way