Is this possible?
-> Hold down "F12" = godmode -> Release "F12" = change back to "no-godmode"
I mean... is it possible to bind a command to a key which has to be hold down and to reset the command automatically WITHOUT pressing the key again?
When I hold down F12 "god" shall be activated and when i release the key it shall automatically go back to normal-mode
(sorry about my english, I hope you can understand what i want to say :rolleyes: )
you could make it a toggle key.
try /bind key god !
the '!' character toggles 1/0 each time its entered. so you can use it to toggle many commands. ( /cg_draw2d ! would toggle the HUD) not sure if it will work the same way with the 'god' command, you'll have to find out yourself.
1. Can you do this for sabers and 2. is there a way to bind 2 things to 1 key
tdawg2099;46050391. Can you do this for sabers and 2. is there a way to bind 2 things to 1 key
1. pressing [1] on your keyboard toggles your saber already .......
>?
2. yes you can bind multiple commands to one key. /bind key first_command !; second_command !
that would toggle first_command and second_command on/off
no i mean hold down a button for one saber and let go for a different one..
Only the +xxxx commands can work in such fashion, as such you'll require a mod to make that work.
I tried using the ! to toggle always run with this: bind u "cl_run !" That makes it go from always run to walking, but not back and forth. I've tried my hands at using the vstr command and couldn't get anything to work either. Any other ideas to make a button toggle between running and walking?