mextor Posted March 9 Posted March 9 Hey y'all, hope you're doing well! I was wondering if it's possible to bind cg_fov and cg_drawgun on the same button. I wrote it straight like this but it doesnt work at all: bind MOUSE4 "cg_fov 80" bind MOUSE4 "cg_drawgun0" bind MOUSE5 "cg_fov 111" bind MOUSE5 "cg_drawgun1" its probably an easy fix but me dumbo 😛 sorry if it's a duplicate post* 1 Quote
RendeL Posted March 10 Posted March 10 Maybe like this: bind MOUSE4 "cg_fov 80; cg_drawgun0" bind MOUSE5 "cg_fov 111; cg_drawgun1" 2 1 1 Quote
XeRoiX Posted March 10 Posted March 10 bind MOUSE4 "cg_fov 80; cg_drawgun 0" bind MOUSE5 "cg_fov 111; cg_drawgun 1" Make sure there is a space between drawgun and #. 3 1 2 Quote
HarryAimpotter Posted March 10 Posted March 10 15 hours ago, mextor said: bind MOUSE4 "cg_fov 80" FYI you can have less than 90 FOV only in ETlegacy mod servers. In legacy you can have cg_fov 75-160. 2 1 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.