Waypoints - Useful keys binding

NOTE:

To make waypointing more easy and faster here You have some binds. You need to add them to Your config.cfg file in CSTRIKE directory.

Add only these lines started from "bind ...". These started from "//" are comments only here to help You in understanding what they are used for. Make sure if the binds proposed here don't overwrite some of Your existing (and maybe necessary) binds.


  • Some SoUlFaThEr's binds

    // G = Main Menu
    bind "g" "pb wpmenu"

    // O = Waypoint Add Menu
    bind "o" "pb wpmenu;menuselect 1"

    // P = Waypoint Delete, and answering YES to "Are you sure?"
    bind "p" "pb wpmenu;menuselect 2;menuselect 1"

    // U = Pathwaypoint Add
    bind "[" "pb wpmenu;menuselect 5"

    // * = Pathwaypoint Delete, and answering YES to "Are you sure?"
    bind "]" "pb wpmenu;menuselect 6;menuselect 1"

    // H = Flagmenu
    bind "h" "pb wpmenu;menuselect 4"

    // L = Waypoint Setradius Menu
    bind "l" "pb wpmenu;menuselect 3"

    // K = Auto Path Max Distance Menu
    bind "k" "pb wpmenu;menuselect 9;menuselect 6"

  • Some KWo's binds

    // U = Opens Waypoint Editor Menu
    bind "u" "pb wpmenu"

    // Y = Turns on/off Waypoint Editor
    bind "y" "pb wpmenu;menuselect 9;menuselect 1"

    // [ = Waypoint Add Menu
    bind "[" "pb wpmenu;menuselect 1"

    // ] = Waypoint Delete, and answering YES to "Are you sure?"
    bind "]" "pb wpmenu;menuselect 2;menuselect 1"

    // I = Turns on/off Auto-Waypointing
    bind "i" "pb wpmenu;menuselect 9;menuselect 2"

    // P = Pathwaypoint Add
    bind "p" "pb wpmenu;menuselect 5"

    // O = Pathwaypoint Delete, and answering YES to "Are you sure?"
    bind "o" "pb wpmenu;menuselect 6;menuselect 1"

    // ; = Flagmenu
    bind ";" "pb wpmenu;menuselect 4"

    // F6 = Waypoint Setradius Menu
    bind "F6" "pb wpmenu;menuselect 3"

    // F7 = Cache waypoint
    bind "F7" "pb wpmenu;menuselect 9;menuselect 7"

    // F8 = Waypoint check
    bind "F8" "pb wpmenu;menuselect 7"

    // F9 = Waypoint save
    bind "F9" "pb wpmenu;menuselect 8"

    // F11 = Checks waypoints' statistics
    bind "F11" "pb wp stats"