
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]
|