Zoom script
Posted: Sun Nov 13, 2005 6:43 pm
This one is interressing too...i just don't get it...how does it work ?
Zoom with Custom Sensitivity Adjust
Adjust as required, this script cycles between 40 / 110 fov and adjusts sensitivity accordingly. NOTE: this script will only work on servers that do not limit g_fov settings (90 to 110)
bind q "toggle g_fov 40 110; toggle sensitivity 5 15; addchatline 'FOV';addchatline $g_fov"
the way i understand it, is that when i hit the bind key (q for the exemple) i'm gonna change the fov and sensitivity, but i'm gonna have to hold the key, and thats what i don't want.
I wanna bind a key so if i press it, i'm gonna change the fov and sens, and when ill press again the same bind, it will go back to normal fov and sens...
Zoom with Custom Sensitivity Adjust
Adjust as required, this script cycles between 40 / 110 fov and adjusts sensitivity accordingly. NOTE: this script will only work on servers that do not limit g_fov settings (90 to 110)
bind q "toggle g_fov 40 110; toggle sensitivity 5 15; addchatline 'FOV';addchatline $g_fov"
the way i understand it, is that when i hit the bind key (q for the exemple) i'm gonna change the fov and sensitivity, but i'm gonna have to hold the key, and thats what i don't want.
I wanna bind a key so if i press it, i'm gonna change the fov and sens, and when ill press again the same bind, it will go back to normal fov and sens...