Instead of holding Tab down to see the score, and letting go to hide it, I decided to write this, just because I can. This will make the Tab key show and hide the score - much like my crouch key toggle here.
Note this doesn't update the scores or pings as they change, but it will update any player that changes teams.
To restore original functionality just do
/bind tab +scores
Code: Select all
So you could type those 4 lines into the console, or save it as a .cfg to exec.seta _t1 "+scores;set _t vstr _t2"
seta _t2 "-scores;set _t vstr _t1"
vstr _t2
bind tab vstr _t
Note this doesn't update the scores or pings as they change, but it will update any player that changes teams.
To restore original functionality just do
/bind tab +scores