Add the following into userconfig.cfg
Save and load the game. Now your mousewheel will raise and lower your crosshair size. Enjoy.
Код:
alias "clup1" "cl_crosshair_size large; bind mwheeldown clup2; bind mwheelup clup1" alias "clup2" "cl_crosshair_size medium; bind mwheeldown clup3; bind mwheelup clup1" alias "clup3" "cl_crosshair_size small; bind mwheeldown clup3; bind mwheelup clup2" bind mwheelup "clup1" bind mwheeldown "clup3"