bind for switching hands: (oy, I havent done this in so long... mybrain hurts...)
place this in your autoexec or at the bottom of your config file
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>
Code Sample </td></tr><tr><td id="CODE">
//quick hand switching script
alias righthand "cl_righthand 1; alias righthand lefthand"
alias lefthand "cl_righthand 0; alias lefthand righthand"[/QUOTE]
place this in your config file, or do it in the console sometime in the game
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>
Code Sample </td></tr><tr><td id="CODE">
bind X "righthand"[/QUOTE]
change X to whatever key you want to use to switch hands quick.
tell me how it works, for some reason it feels....
off... I keep getting flashbacks to that one time I screwed up a looping alias... it was one letter typo'd, but I'm still paranoid about it...
I know, this isn't a particularly efficient script in some aspects, but it'll do. if you want, I can dress it up a bit more, but this is my first foray into CS macros in awhile, and I don't want to do too much.