Welcome to PlagueFest.com! Log in or Sign up to interact with the Plague Fest community.
  1. Welcome Guest! to interact with the community and gain access to all the site's features.

Crouch Toggle

Discussion in Tutorials started by MaJiiK, Nov 13, 2010

  1. Nov 6, 2010
    Posts
    If your tired of holding ctrl down while you are pwning zombies here is a cfg file to solve this problem.

    place this in your autoexec.cfg or in a separate cfg file

    alias duck_t "duckon"
    alias duckon "alias duck_t duckoff; +duck"
    alias duckoff "alias duck_t duckon; -duck"
    bind "ctrl" "duck_t"

    choose your bind key.