
for( int i = 0; i < SDK::Interfaces::g_pEntityList->GetHighestEntityIndex(); i++ ) {
SDK::IClientEntity* pEntity = SDK::Interfaces::g_pEntityList->GetClientEntity( i );
if( pEntity && pEntity->GetClientClass()->m_ClassID == <class id here> ){
//Apply glow
}
}