How to draw 1 Enemy Character Name ??

Results 1 to 5 of 5
  1. #1
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    How to draw 1 Enemy Character Name ??

    How to draw on screen only 1 Enemy Character Name?

    Like [ESP], I only want 1 Character Name to ESP


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: How to draw 1 Enemy Character Name ??

    Im not sure but i think its this.

    Code:
    if(pAttacker->GetUID() == ZGetGameClient()->GetUID())
    Then just edit it for ESP

  3. #3
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: How to draw 1 Enemy Character Name ??

    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

  4. #4
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: How to draw 1 Enemy Character 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.

  5. #5
    Be a kicker than cheater. cheaterastic is offline
    MemberRank
    Dec 2009 Join Date
    764Posts

    Re: How to draw 1 Enemy Character Name ??

    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) ???



Advertisement