Page 1 of 1

Turn on and off record demo with F12

PostPosted: 27 Sep 2017, 23:31
by ETc|#.Jay.#
put that in your custom cfg, or make a new cfg as example record.cfg
ingame /exec record.cfg
you can start the demo and turn it off with the same key F12

record.cfg
Code: Select all
//////  Start stop record via F12 ///////
set recordon "autorecord ; set record_onff vstr recordoff"
set recordoff "stoprecord ; set record_onff vstr recordon"
set record_onff "vstr recordon"
bind F12 "vstr record_onff"