Browse Source

Added GetTargetName and GetTargetHealthPercent

Fixed pet mp.
pull/45/head
atom0s 8 years ago
parent
commit
b0e5b29845
  1. BIN
      Ashita.dll
  2. BIN
      injector.exe
  3. 2
      plugins/ADK/Ashita.h

BIN
Ashita.dll

Binary file not shown.

BIN
injector.exe

Binary file not shown.

2
plugins/ADK/Ashita.h

@ -993,6 +993,8 @@ interface IPlayer @@ -993,6 +993,8 @@ interface IPlayer
interface ITarget
{
// Property Getters
virtual const char* GetTargetName(void) const = 0;
virtual uint32_t GetTargetHealthPercent(void) const = 0;
virtual uint32_t GetTargetIndex(void) const = 0;
virtual uint32_t GetTargetServerId(void) const = 0;
virtual uintptr_t GetTargetEntityPointer(void) const = 0;

Loading…
Cancel
Save