Thread: Movie command
View Single Post
Old
  (#5)
Bazooka_Joe is Offline
Senior Member
 
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
 Send a message via ICQ to Bazooka_Joe Send a message via AIM to Bazooka_Joe Send a message via MSN to Bazooka_Joe Send a message via Yahoo to Bazooka_Joe  
Default 11-27-2002, 09:39 AM

[code:09b24]bind <KEY> "cl_avidemo <FPS>"[/code:09b24]

This starts the pictures. Replace the <KEY> with the key you want to take to start taking pictures. Replace <FPS> with how many FPS you want the pictures taken at. So, it should look like this:

[code:09b24]bind [ "cl_avidemo 20"[/code:09b24]

To stop the picutres from being taken, type:

[code:09b24]bind <KEY> "cl_avidemo 0"[/code:09b24]
  
Reply With Quote