Making a point appear locked in the hud

MegapiemanPHD

Doctorate in Deliciousness
aa
Mar 31, 2012
1,937
1,280
So I'm working on a map where I've got point's being activated at random. Because of this, every point has the previously required point set to itself since any point could be the first one. A problem I'm having is that I can't seem to make non active points appear with the lock icon in TF2's hud. I can set the points to locked, disable and enable them as well as enable and disable their triggers but they always appear unlocked. Anyone have any ideas?
 

MegapiemanPHD

Doctorate in Deliciousness
aa
Mar 31, 2012
1,937
1,280
Use the setteamcancap inputs for the trigger_capture_area entities possibly?
That seems to be exactly what I was looking for. Thanks :D

I am running across a second problem though. For some reason the capture circle animation seems to stutter when players are capping the points. Any ideas as to why that is happening?