Display Numbers

Eviltechie

L1: Registered
Jul 14, 2010
11
1
I'm developing a little carnival game for a tf2 lobby server.

j2_lobby0001.jpg


I want to be able to display the player's score to them. Finding and keeping track of the score should be easy. I would just need two math_counters and increment one for each enemy when it is spawned and the other for each enemy when it is destroyed.

I don't know how to display the score though. I would need some kind of number brush display, and that's beyond me. Does anyone know how to do this, or even better, can provide a pre made example?