Announcement

Collapse
No announcement yet.

Grenade Binds?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Grenade Binds?

    Im trying to bind my mousewheel up to throw a he_grenade and mousewheel down to throw a flash but I forgot how. Im just returning to the game and I forgot how I had this binded before. Any help guys? I dont want it to just select the nade, I want it to select and throw the nade all at once. Thanks

  • #2
    Re: Grenade Binds?

    Hmm. Let's see if I still remember this. Try adding the following to your config.cfg file:

    alias throw_hegren "weapon_hegrenade; wait; +attack; wait; -attack"
    alias throw_flash "weapon_flashbang; wait; +attack; wait; -attack"
    bind mwheelup throw_hegren
    bind mwheeldown throw_flash

    This should work for cs1.6.

    Comment

    Working...
    X