How to draw on screen only 1 Enemy Character Name?
Like [ESP], I only want 1 Character Name to ESP
How to draw on screen only 1 Enemy Character Name?
Like [ESP], I only want 1 Character Name to ESP
Im not sure but i think its this.
Then just edit it for ESPCode:if(pAttacker->GetUID() == ZGetGameClient()->GetUID())
thanks for reply.
yes, that's already in my mind but it is IF statement
This what I see in [ESP] roomtag
DrawAllPlayerName(pDC); // = this will Draw or Show all Player Name
Other
DrawFriendName(pDC); // = this will Draw or Show all Team Name
DrawEnemyName(pDC); // = this will Draw or Show all Enemy Name
If you really one draw only 1. Then you gotta look here: ZCombatInterface::SetPickTargetCharacter. There it shows character name when you aim on it, that's good example to done it.
Thanks qet123, I will try this.
But I have a question, I am about to edit my ZGame.cpp
How to call that ZCombatInterface::SetPickTarget(bool bPick, ZCharacter* pCharacter) ???