Counter-Strike 2

Counter-Strike 2

View Stats:
ShockeR Dec 27, 2014 @ 11:03am
Knife in left hand?
Is it possible to do? I mean use fire arms in right hand but switch to knife in left hand, it looks cool lol
Last edited by ShockeR; Dec 27, 2014 @ 11:03am
< >
Showing 1-15 of 26 comments
LaughinMann Dec 27, 2014 @ 11:05am 
No, I highly doubt you can use 2 differnt hands depending on the weapon, I know you can use all weapons the left hand, but depending on gun I don't think so.
LowlyPatzer Dec 27, 2014 @ 11:07am 
You can set a bind to the switch hand command then when you want to switch to your knife you can press the bind key and switch to the knife but then you would need to press the bind back again to have your guns in the right hand
Omgwtfbbqkitten Dec 27, 2014 @ 11:17am 
You can.

bind "0" "slot10; cl_righthand 1"
bind "1" "slot1; cl_righthand 1"
bind "2" "slot2; cl_righthand 1"
bind "3" "slot3; cl_righthand 0"
bind "4" "slot4; cl_righthand 1"
bind "5" "slot5; cl_righthand 1"
bind "6" "slot6; cl_righthand 1"
bind "7" "slot7; cl_righthand 1"
bind "8" "slot8; cl_righthand 1"
bind "9" "slot9; cl_righthand 1"

Here is my script for adding it to the mousewheel if that is what you use to change weapons.

Copy and paste this into your autoexec.cfg.

// Alternate MWHEEL Weapon Select alias nextslot slot_3 alias prevslot slot_2 alias slot_1 "slot1; cl_righthand 1; alias nextslot slot_2; alias prevslot slot_10" alias slot_2 "slot2; cl_righthand 1; alias nextslot slot_3; alias prevslot slot_1" alias slot_3 "use weapon_knife; cl_righthand 0; alias nextslot slot_5; alias prevslot slot_2" alias slot_5 "slot5; cl_righthand 1; alias nextslot slot_6; alias prevslot slot_3" alias slot_6 "slot6; cl_righthand 1; alias nextslot slot_7; alias prevslot slot_5" alias slot_7 "slot7; cl_righthand 1; alias nextslot slot_8; alias prevslot slot_6" alias slot_8 "slot8; cl_righthand 1; alias nextslot slot_9; alias prevslot slot_7" alias slot_9 "slot9; cl_righthand 1; alias nextslot slot_10; alias prevslot slot_8" alias slot_10 "slot10; cl_righthand 1; alias nextslot slot_1; alias prevslot slot_9"

Then bind your keys into console.

bind MWHEELUP "nextslot"
bind MWHEELDOWN "prevslot"

This script has some delay if you don't have all the grenades, so if you want to make the script work better, remove grenades you don't use often from the script.
Last edited by Omgwtfbbqkitten; Dec 27, 2014 @ 11:30am
ShockeR Dec 27, 2014 @ 11:28am 
Originally posted by Omgwtfbbqkitten:
You can.

bind "0" "slot10; cl_righthand 1"
bind "1" "slot1; cl_righthand 1"
bind "2" "slot2; cl_righthand 1"
bind "3" "slot3; cl_righthand 0"
bind "4" "slot4; cl_righthand 1"
bind "5" "slot5; cl_righthand 1"
bind "6" "slot6; cl_righthand 1"
bind "7" "slot7; cl_righthand 1"
bind "8" "slot8; cl_righthand 1"
bind "9" "slot9; cl_righthand 1"

Here is my script for adding it to the mousewheel if that is what you use to change weapons.

// Alternate MWHEEL Weapon Select alias nextslot slot_3 alias prevslot slot_2 alias slot_1 "slot1; cl_righthand 1; alias nextslot slot_2; alias prevslot slot_10" alias slot_2 "slot2; cl_righthand 1; alias nextslot slot_3; alias prevslot slot_1" alias slot_3 "use weapon_knife; cl_righthand 0; alias nextslot slot_5; alias prevslot slot_2" alias slot_5 "slot5; cl_righthand 1; alias nextslot slot_6; alias prevslot slot_3" alias slot_6 "slot6; cl_righthand 1; alias nextslot slot_7; alias prevslot slot_5" alias slot_7 "slot7; cl_righthand 1; alias nextslot slot_8; alias prevslot slot_6" alias slot_8 "slot8; cl_righthand 1; alias nextslot slot_9; alias prevslot slot_7" alias slot_9 "slot9; cl_righthand 1; alias nextslot slot_10; alias prevslot slot_8" alias slot_10 "slot10; cl_righthand 1; alias nextslot slot_1; alias prevslot slot_9"
[/quote] Thank you im going to try it, here, have a cookie! :D
^1branders Jun 13, 2016 @ 5:17am 
Thanks for the commands, appreciate it :csgoct:
vac banned Dec 13, 2016 @ 9:37am 
kuk
✪ Honest Dec 12, 2017 @ 5:30pm 
Originally posted by Omgwtfbbqkitten:
You can.

bind "0" "slot10; cl_righthand 1"
bind "1" "slot1; cl_righthand 1"
bind "2" "slot2; cl_righthand 1"
bind "3" "slot3; cl_righthand 0"
bind "4" "slot4; cl_righthand 1"
bind "5" "slot5; cl_righthand 1"
bind "6" "slot6; cl_righthand 1"
bind "7" "slot7; cl_righthand 1"
bind "8" "slot8; cl_righthand 1"
bind "9" "slot9; cl_righthand 1"

Here is my script for adding it to the mousewheel if that is what you use to change weapons.

Copy and paste this into your autoexec.cfg.

// Alternate MWHEEL Weapon Select alias nextslot slot_3 alias prevslot slot_2 alias slot_1 "slot1; cl_righthand 1; alias nextslot slot_2; alias prevslot slot_10" alias slot_2 "slot2; cl_righthand 1; alias nextslot slot_3; alias prevslot slot_1" alias slot_3 "use weapon_knife; cl_righthand 0; alias nextslot slot_5; alias prevslot slot_2" alias slot_5 "slot5; cl_righthand 1; alias nextslot slot_6; alias prevslot slot_3" alias slot_6 "slot6; cl_righthand 1; alias nextslot slot_7; alias prevslot slot_5" alias slot_7 "slot7; cl_righthand 1; alias nextslot slot_8; alias prevslot slot_6" alias slot_8 "slot8; cl_righthand 1; alias nextslot slot_9; alias prevslot slot_7" alias slot_9 "slot9; cl_righthand 1; alias nextslot slot_10; alias prevslot slot_8" alias slot_10 "slot10; cl_righthand 1; alias nextslot slot_1; alias prevslot slot_9"

Then bind your keys into console.

bind MWHEELUP "nextslot"
bind MWHEELDOWN "prevslot"

This script has some delay if you don't have all the grenades, so if you want to make the script work better, remove grenades you don't use often from the script.
it didn't work In my game
✪ N.I.K. Jan 27, 2018 @ 9:35am 
The easiest script I found: bind 3 "slot3; cl_righthand 0"; bind 2 "slot2; cl_righthand 1"; bind 1 "slot1; cl_righthand 1"; bind 4 "slot4; cl_righthand 1"; bind 5 "slot5; cl_righthand 1"
Gaby DM Apr 18, 2018 @ 7:56am 
and how i can unbind ? i really don't want that command but i try it
Frezmo Apr 18, 2018 @ 8:00am 
Originally posted by Gaby DM:
and how i can unbind ? i really don't want that command but i try it
toggle bind
ForbbideN =DDD Apr 18, 2018 @ 9:28am 
In 1.6 it was the best :)
Lil Durk` May 20, 2018 @ 2:21am 
bind 3 "slot3; cl_righthand 0"; bind 2 "slot2; cl_righthand 1"; bind 1 "slot1; cl_righthand 1"; bind 4 "slot4; cl_righthand 1"; bind 5 "slot5; cl_righthand 1"; bind q "lastinv; cl_righthand 1"
Daniel Aminati Jul 25, 2018 @ 9:37am 
does it work with "Q"?
Whrazik Jan 27, 2019 @ 1:58pm 
how to delete this all?
#swagbirmingham Feb 3, 2019 @ 6:00am 
Originally posted by Maris:
does it work with "Q"?
if you bind it to Q.
< >
Showing 1-15 of 26 comments
Per page: 1530 50

Date Posted: Dec 27, 2014 @ 11:03am
Posts: 26