Quote Originally Posted by Tally View Post
There is probably a thousand different ways you could do it, but they all involve setting a cvar on the client in order to show the right killstreak in the right box. So, as such, there is no "automatic" way to do it - you have to write code which makes a different case for each killstreak.

In order to eliminate lots of "if .. else" statements, use the switch function, with the case being the right amount for each killstreak. If you post the code you already have, I can convert it to a switch function for you.
I'm not entirely clear on what the OP wants exactly, but
Code:
WINDOW_STYLE_DVAR_SHADER
seems like a good start (click here)