Official site anti-cheat Ultra Core Protector

Home Download F.A.Q. Addons Monitor Forum Support Advertise English version site UCP Anti-Cheat    Russian version site UCP Anti-Cheat
Ultra Core Protector - is the client-server anti-cheat freeware, for server protection from unscrupulous players.

Abilities Supported games  
Half-Life
Condition Zero
Counter-Strike 1.6
Day of Defeat
Adrenaline Gamer
Team Fortress Classic
Counter-Strike Source
MU Online
Ragnarok Online
Half-Life 2 Deathmatch
Adrenaline Gamer 2
Team Fortress 2
CSGO: Indigo sound esp

Been using indigo, and the sound esp is awesome. Was just wondering if it would be possible to have it on for enemy only. Its seems to show steps for the team aswell…

CSoundEsp::CSoundEsp()
{
SoundColor = Color::White();
}

void CSoundEsp::Update()
{
for ( size_t i = 0; i < Sound.size(); i++ ) { if ( Sound[i].dwTime + 800 <= GetTickCount64() ) { Sound.erase( Sound.begin() + i ); } } } void CSoundEsp::AddSound( Vector vOrigin ) { Sound_s Sound_Entry; Sound_Entry.dwTime = GetTickCount64(); Sound_Entry.vOrigin = vOrigin; Sound.push_back( Sound_Entry ); } void CSoundEsp::DrawSoundEsp() { for ( size_t i = 0; i < Sound.size(); i++ ) { Vector vScreen; if ( WorldToScreen( Sound[i].vOrigin , vScreen ) ) { if ( Settings::Esp::esp_Sound ) g_pRender->DrawBox( (int)vScreen.x , (int)vScreen.y , 10 , 10 , SoundColor );
}
}
}


 



Home | Download | F.A.Q. | Addons | Forum | Banners | Sitemap | Directory | Support
Copyright © 2008-2015 UCP. All rights reserved. Privacy Policy. Siter.