PDA

View Full Version : Auto Demo recording key


Busterking
11-05-2003, 11:07 AM
Brought to you by {10-78}*Xtropy


Here is how to bind the Backspace key to work as your demo key. Press it once to record, press it again to stop. Saves having to type crap every time. Change the last line from BACKSPACE to whatever key you want to use (if you don't like the backspace key for some reason)

Instructions:

Copy/Paste all lines below including the // demo record toggle and paste it into the bottom of your config_mp.cfg and Save





// demo record toggle
seta demo_start "record; set demo_tog vstr demo_stop"
seta demo_stop "stoprecord; set demo_tog vstr demo_start"
seta demo_tog "vstr demo_start"
bind BACKSPACE "vstr demo_tog"

AADiC
11-05-2003, 11:57 AM
Thanks, great info!!!!