How to Show DMG Caused and Taken same with HPAP?

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

    How to Show DMG Caused and Taken same with HPAP?

    Since HP/AP of a Player on the Stage can see by Observer accurately on exact value of HP and AP.
    How to show "Damage Caused and Damage Taken" to all of players from a stage?
    I mean, not to used the /damage command.
    I just like to put this on my TabList/ScoreBoard.
    Any Idea? any one would help? this might be useful.

    As I see in the source, this is the codes from HPAP
    not sure
    Spoiler:

    Code:
    float ZCharacter::GetHP()	
    {
    	return m_pModule_HPAP->GetHP(); 
    }
    
    float ZCharacter::GetAP()	
    {
    	return m_pModule_HPAP->GetAP(); 
    }
    Code:
    inline void ZPostHPInfo(float fHP)
    {
    	ZPOSTCMD1(MC_PEER_HPINFO, MCmdParamFloat(fHP));
    }
    
    inline void ZPostHPAPInfo(float fHP, float fAP)
    {
    	ZPOSTCMD2(MC_PEER_HPAPINFO, MCmdParamFloat(fHP), MCmdParamFloat(fAP));
    }

    also the same with the ping that it change every second:
    Spoiler:
    Code:
    		int nPing = (pCharacter->GetUID() == ZGetGameClient()->GetPlayerUID() ? 0 : MAX_PING);
    		MMatchPeerInfo* pPeer = ZGetGameClient()->FindPeer(pCharacter->GetUID());
    		if (pPeer) {
    			if ( ZGetGame()->IsReplay())
    				nPing = 0;
    			else
    				nPing = pPeer->GetPing(ZGetGame()->GetTickTime());
    		}


    today, I have added /dmg command to my source to change the "Kill and Death" to "DCount and DTaken".

    Here is preview:


    Hope someone would like to help.
    Last edited by cheaterastic; 15-06-13 at 06:58 PM.


  2. #2
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: How to Show DMG Caused and Taken same with HPAP?

    Refer IGunz source !

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

    Re: How to Show DMG Caused and Taken same with HPAP?

    I can't find the IGunz Source or IGunz Source Thread.
    Can you give me a link?

  4. #4
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: How to Show DMG Caused and Taken same with HPAP?

    use search button !
    type Igunz and you will see spam stuff of igunz.

  5. #5
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    Re: How to Show DMG Caused and Taken same with HPAP?

    Quote Originally Posted by Ronny786 View Post
    use search button !
    type Igunz and you will see spam stuff of igunz.
    I challenge you to find the thread with the IGunz source.

  6. #6
    Currently Stoned ! Ronny786 is offline
    MemberRank
    Dec 2011 Join Date
    Lost WorldLocation
    984Posts

    Re: How to Show DMG Caused and Taken same with HPAP?

    IGunz Source

    now i challenge you to learn" how to use search button "!

  7. #7
    Account Upgraded | Title Enabled! Patrick2607 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    345Posts

    How to Show DMG Caused and Taken same with HPAP?

    Fuck wth... Ok you win ...



Advertisement