player_info_t playerInfo;
if (!Interfaces::Engine->GetPlayerInfo(index, &playerInfo)) //fill
return;
if (playerInfo.fakeplayer) //bot
return;
//https://github.com/spirthack/CSGOSimple/blob/master/CSGOSimple/valve_sdk/interfaces/IVEngineClient.hpp#L111