Poll: Do you use demos?
You do not have permission to vote in this poll.
I don't know what a demo is.
0%
0 0%
I don't use demos
11.11%
1 11.11%
I use demos
88.89%
8 88.89%
Total 9 vote(s) 100%
* You voted for this item. [Show Results]

Enforce Demo recording at least on public servers.
#6
Or this:
alias demoreceived 0
add2conloop [if (&& (! (alive)) (! $demoreceived)) [getdemo; demoreceived = 1] []]
addcheck_msa [demoreceived = 0]
(with the help of tools.cfg of course.)

This way, you don't download the demo until the first time you die in a new game. Since people don't usually all die at the same time, this will spread out the downloads more evenly and start the download at a non-crucial time (pertaining to the individual player).
Thanks given by:


Messages In This Thread
RE: Enforce Demo recording at least on public servers. - by V-Man - 05 Jan 11, 03:34PM