Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
This callback get called when player HP get increased by shoot or no?
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
It's called when you give damage to anther player.
OnPlayerTakeDamage
Is called when you take damage.
Posts: 723
Threads: 366
Joined: Jun 2016
No, i need just know OnPlayerGiveDamage if i use there getplayerhealth i always get old health?
Posts: 944
Threads: 128
Joined: Sep 2014
Reputation:
0
On both OnPlayerTakeDamage and OnPlayerGiveDamage you will get the amount of health that player had before taking the default damage.