05-19-2021, 06:06 PM
On 5/16/2021 at 11:59 AM, Scura said:
Show us the code the entire code, maybe is not necessary update the damage calc if have used the life search function ...
I've found those function which should be placed at the end of UpdateHPInfo()
fHealth = pInfo->GetTargetCurHP(eTARGET);
strHp.PrintF("%d",(int)fHealth);
Thanks for your answer.
I've already added this at the end of the function but does not refresh the HP when I have focus on that target and the HP changes.
Only If u focus back i can see Refreshed hp.

