This is my first script for making the models to have knife in left hand and guns in right.
I ve heard about a command called cl_lw which does this ingame..
But the disadvantage is that it affects u r hitbox, u cant kill enemies easily.
So i took some efforts to create this script which does this without the usage of cl_lw command.
And even if u use the key "q" [lastinv] the models of knife will be in left and guns will remain right..
So give it a try and post u r comments and vote for this
thanks in advance
}-{@wK||D-cu!3e
A HUMBLE REQUEST:
PLEASE JUST DONT COPY THESE SCRIPTS AND THEN LEAVE THIS SITE ..I NEED TO HAVE COMMENTS ABOUT MY SCRIPTS..SO PLEASE REGISTER[just takes 2 mins] AND POST U R VAULABLE COMMENTS ON THIS SCRIPT and VOTE ME IF U LIKE THIS ...
//--------------------------------------------------------------------------| // Scriptor======> }-{@wK||D-cu!3e //--------------------------------------------------------------------------| //no need to change any settings in u r game //just copy these lines into u r userconfig.cfg located in u r cstrike driectory //GL and HF alias "guns" "cl_righthand 1;lastinv;bind q knife" alias "awps" "lastinv" alias "knife" "cl_righthand 0;lastinv;bind q guns" bind "4" "cl_righthand 1;slot4;bind q awps" bind "3" "cl_righthand 0;slot3;bind q guns" bind "2" "cl_righthand 1;cl_crosshair_size 1;slot2;bind q awps" bind "1" "cl_righthand 1;slot1;bind q knife"