What does it do:This script allows you to switch the hand from left-handed to right-handed on the press of a single key. The key is binded to mouse3 ,by deafult (middle click),and you can change it in the "//Bind" section.
Installing:
1.Just copy it in your config.cfg
2.Just copy it in your userconfig.cfg
3.Make a .cfg file in your cstrike folder,and exec it ingame.

Script created by Bindal's thoughts.

(Sry for by bad english :( )

Код:
//Alias
alias < "cl_righthand 0;alias buton >"
alias > "cl_righthand 1;alias buton <"
alias << "echo LeftHanded weapons"
alias >> "echo RightHanded weapons"
//Echo
echo "Sctipt created bY HasH"
echo "Created by Bindal's thoughts"
//Bind
bind mouse3 buton