I appreciate all the help and tips Black Rose, these are very useful, thank you
So.. using second method which is:
PHP Code:
set_hudmessage(0, 95, 245, 0.0, 0.0, 0, 0.0, 10.1, 0.1, 0.5, 2)
for ( new i = 0 ; i < g_MaxClients ; i++ ) {
if ( is_user_connected(i) && is_user_alive(i) && ! is_user_bot(i) && ! is_user_hltv(i) )
show_hudmessage(id, "Killstreak: %i", g_Kills[i])
The counter ([i]) went crazy, it shows random numbers and seems to update all the time (there's no animation on HUD Message, it's just teal all the time where when it updates it goes from teal to blue) :/
++ When I'm alone on the server and kill the bots it works just fine but when any other real player joins and gets its killstreak it just goes crazy.