need a bind :o
•
13 Feb 2008, 12:05
•
Journals
need the bind for record ON/OFF by pressing one button (f12)
thanks in advance
thanks in advance
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
set demo1 "stoprecord; set start_stop vstr demo2;echo ^0~ ^7Stoprecord""
set demo2 "record; set start_stop vstr demo1;echo ^0~ ^7Startrecord""
set start_stop "vstr demo1"
bind "F12" "vstr start_stop"
set 2 "record; set r vstr 1"
set r "vstr 1"
bind F12 "vstr r"
<3 <3 <3 <3 <3
Need RTCW2 now! miss the community
start play et again :>
/bind f1 cl_avidemo 0
?!
seta record1 "record;echo ^1RECORDING; echo ^1RECORDING; set record vstr record2"
seta record2 "stoprecord;echo ^0STOPPED RECORD;echo ^0STOPPED RECORD; set record vstr record1"
bind f12 "vstr record"