Auto-Demo Script?
#1
Lol, ik I forum mostly bout Scripts. Does anyone have a Auto-Demo Script were it takes Demos when you first join a Server? I can't find one on Akimbo Vault
Thanks given by:
#2
Describe what you want the script to do exactly in more detail. You can easily make a script that automatically downloads the latest demo available on the server on each map start, getting them all in sequence is a bit tougher.

[cubescript]
if (! (checkalias mapstartalways)) [ mapstartalways = "" ]
if (! (strstr $mapstartalways getdemo)) [
add2alias mapstartalways [
if $connected [ sleep 1000 getdemo ]
]
]
[/cubescript]

In SVN, heres how it would look:

[cubescript]checkinit mapstartalways [ if $connected getdemo ][/cubescript]
Thanks given by:
#3
Thank you, lol.

What I want to do with the script, Watch demos when I get bored on AC or to catch Hackers. Lol
Thanks given by:
#4
Next time you have a script request just post it in this thread :)
Thanks given by:
#5
Lol, why not just manually download/watch the demos then?
Thanks given by: