You know in some gamemodes like TTT how if you look at someone it can show you information about them like if they have 90 or higher health it'll say "Healthy" or something like that when you look at them? How can I access that? I'm writing an Experience mod that I want to display some information under this stuff, but I'm not sure how to get it.
Is it gamemode specific, like will I have to look through the TTT code or any other gamemode that supports it, or can I find it on the wiki somewhere?
Edit: Think I found it...
GM:HUDDrawTargetID except I'm not sure how I could draw it to position correctly. I want it to display the amount of experience they currently have / the experience they need to level up and the value of the Level they're at (I have functions for these, I just need to know how to position them).
The description says
"Called from
GM:HUDPaint to draw player info when you hover over a player with your crosshair or mouse."
So how do I mix these together? Never really used HUD Painting before, not sure how to use this