What are you actually trying to get?
All the hud info is stored in eg cl.stats[STAT_HEALTH].
Entity info is stored in cl_entities[cl.viewentity].modelindex, I think (QW is different, so don't blame me if I'm wrong!).
So yeah, what exactly are you trying to get?