Easy C++ Player ESP Code
With the new update to GMOD, Garry has changed some code around and if you call this in a seperate thread, esp is as simple as

Code:
void PlayerESP(IClientEntity* Player)
{
__asm MOV ESP, Player;
}

