Dmg Caused/Taken Player Tab Update

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

    Dmg Caused/Taken Player Tab Update

    Ok so I'm busy working on the damage caused and damage taken in the tab list. So far so good. It works, but not exactly the way I want. This is the ouput I get:

    Client 1:
    Code:
    Lv	Name		Caused		Taken
    10	Admin		150		0
    10	Devel		0		0
    Client 2:
    Code:
    Lv	Name		Caused		Taken
    10	Admin		0		0
    10	Devel		0		150
    The caused/taken aren't changing for the other players but it's only changing for the clients player itself.

    This is how I want it, but can't get:
    Code:
    Lv	Name		Caused		Taken
    10	Admin		150		0
    10	Devel		0		150
    Any help?

    Thanks.

    ~Patrick




Advertisement