[34mDescription[38m: Command to run when joining a server
bind x toggle cl_nameplates_clan 0 1
log.txt
in config directorybind mouse1 "+fire; +toggle cl_dummy_hammer 1 0"
bind "down" exec undeepfly
echo "DEEP-FLY: ON"
second one is undeepfly:
cl_dummy_hammer 0
bind mouse1 +fire
bind "down" exec deepfly
echo "DEEP-FLY: OFF"
Is it possible to combine them into one console command?bind mouse1 "+fire; +toggle cl_dummy_hammer 1 0"
bind "down" exec undeepfly
echo "DEEP-FLY: ON"
second one is undeepfly:
cl_dummy_hammer 0
bind mouse1 +fire
bind "down" exec deepfly
echo "DEEP-FLY: OFF"
Is it possible to combine them into one console command? bind mouse1 "+fire; +toggle cl_dummy_hammer 1 0"
bind "down" exec undeepfly
echo "DEEP-FLY: ON"
second one is undeepfly:
cl_dummy_hammer 0
bind mouse1 +fire
bind "down" exec deepfly
echo "DEEP-FLY: OFF"
Is it possible to combine them into one console command? exec deepfly.txt
into the ingame console (F1).
To toggle deepfly on/off, press "C" on your keyboard.exec
command, and the exec
command needs files to run
Without exec
you can't make infinite loops, like the loop between deepfly on and deepfly off