Upvote Upvoted 2 Downvote Downvoted
viewmodel on/off toggle
posted in Q/A Help
1
#1
0 Frags +

is there a way to toggle viewmodels on/off without using r_drawviewmodel, but instead with viewmodel_fov 90 and viewmodel_fov 0 but only have one key that toggles it? this way when viewmodels are off, bullet tracers are invisible but when viewmodels are on, bullet tracers are visible. thanks for any help :)

is there a way to toggle viewmodels on/off without using r_drawviewmodel, but instead with viewmodel_fov 90 and viewmodel_fov 0 but only have one key that toggles it? this way when viewmodels are off, bullet tracers are invisible but when viewmodels are on, bullet tracers are visible. thanks for any help :)
2
#2
2 Frags +

bind r "toggle viewmodel_fov 0 90"

bind r "toggle viewmodel_fov 0 90"
3
#3
6 Frags +
bobbybind r "toggle viewmodel_fov 0 90"

well this is right but if you're like me and have viewmodel_fov 0 with r_drawviewmodel 1 on sniper it shows the sniper rifle at the top left while unscoping, little annoying things like that.
you'd have to add r_drawviewmodel to the command line bind key "toggle viewmodel_fov 90 0 ; toggle r_drawviewmodel 1 0"

[quote=bobby]bind r "toggle viewmodel_fov 0 90"[/quote]
well this is right but if you're like me and have viewmodel_fov 0 with r_drawviewmodel 1 on sniper it shows the sniper rifle at the top left while unscoping, little annoying things like that.
you'd have to add r_drawviewmodel to the command line bind key "toggle viewmodel_fov 90 0 ; toggle r_drawviewmodel 1 0"
4
#4
1 Frags +

thanks!

thanks!
Please sign in through STEAM to post a comment.