Page 1 of 1

Menu Record

Posted: February 16th, 2010, 6:27 pm
by Opel
Hey Guys i was wondering if is possible to make in the quickmenu a record and stoprecord i have tryed and it does nothing when pressed this is what i have in quickmessages.

Code: Select all

case "6":
         self setclientdvar( "record" );
         break;
any help is apreciated thanks

Re: Menu Record

Posted: February 16th, 2010, 6:44 pm
by _DanTheMan_
Assuming the menu is working correctly, instead of where you would have

Code: Select all

scriptMenuResponse "6"
put in

Code: Select all

exec "record"
you can also put a name in for the demo with "record <demo name here>"

Re: Menu Record

Posted: February 16th, 2010, 6:48 pm
by Opel
Thanks dude just tried it and works like a charm thanks