Jump to content

Bind toggle viewmodel fov and viewmodel min mode with the same key


knot

Recommended Posts

I want a bind or script to toggle viewmodel_fov 105, tf_use_min_viewmodels 1 and viewmodel_fov 70, tf_use_min_viewmodel 0. Help!

Link to comment
Share on other sites

alias m_slot1 "tf_use_min_viewmodels 1; viewmodel_fov 105; bind kp_minus m_slot3; r_drawviewmodel 1"

alias m_slot2 "tf_use_min_viewmodels 0; viewmodel_fov 70; bind kp_minus m_slot1; r_drawviewmodel 1"

alias m_slot3 "r_drawviewmodel 0; bind kp_minus "m_slot2"

 

bind kp_minus "m_slot1"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...