This was already discussed a few times.
You have to check if the player is "
dormant"... a bool in the entityPlayerList
If im not wrong it should also be in the radar stuct.
This information says whether to update the playerposition (player is near and you could see him) or not.
The addy should be a few bytes infront of the health or team addy...
Check if he is "
dormant" and if he is not you can add him as an active player (to draw or aim at)
OR check if his health is lower than 2, whatever you forgot...
hope you find it