Name can be changed, so you'll have to place it in client_infochanged().
Btw, what's "client_medvedputinserver" ? O.o
Also, sending a hud message every damn client frame can be costly, server and client... you should add a static array variable of 33 cells and then you can either make it a float array and assign it to get_gametime() and check it by time or use increment values (inaccurate but faster).