knot Posted May 31, 2019 Share Posted May 31, 2019 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 More sharing options...
hoping Posted June 1, 2019 Share Posted June 1, 2019 https://www.reddit.com/r/tf2scripthelp/wiki/introduction ask these folks Link to comment Share on other sites More sharing options...
dead mow cinco Posted June 1, 2019 Share Posted June 1, 2019 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 More sharing options...
dead mow cinco Posted June 1, 2019 Share Posted June 1, 2019 replace kp_minus with another key if you want Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.