bind ctrl+mouse1 "+toggle cl_dummy_hammer 1 0"
but after this command if I click only mouse1, the dummy fires instead of me, how can I fix it?bind ctrl+mouse1 "+toggle cl_dummy_hammer 1 0; +fire"
just add +fire at the endbind ctrl+mouse1 "+toggle cl_dummy_hammer 1 0; +fire"
just add +fire at the end ctrl+mouse1
and only the main tee to fire if I press mouse1
Setting Up Your LAN Server for Online Play
is what you wantbind ctrl+mouse1 "cl_dummy_control 1;+toggle cl_dummy_fire 1 0;+toggle cl_dummy_hammer 1 0"
thank you, it almost works as I wanted (dummy hammer on ctrl+mouse1, my hammer on mouse1). My last issue : if I release ctrl before mouse1 with this bind, the dummy keeps hamering
Do you know any workaround to this too ?