27 Aug 12, 12:04AM
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
Auto-Demo Script?
|
27 Aug 12, 12:04AM
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
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]
Thank you, lol.
What I want to do with the script, Watch demos when I get bored on AC or to catch Hackers. Lol
27 Aug 12, 03:23AM
Next time you have a script request just post it in this thread :)
27 Aug 12, 03:47AM
Lol, why not just manually download/watch the demos then?
|
« Next Oldest | Next Newest »
|