Posts: 135
Threads: 37
Joined: Jul 2011
Reputation:
0
Hello, I'm following a player's health/armor with OnPlayerTakeDamage, but sometimes it appears that the actual GetPlayerHealth/Armour won't be updated for a few seconds after the callback was triggered, and even more times that the callback is triggered but the player takes no damage at all (unlike what is stated in OnPlayerTakeDamage).
Is there any way to solve this issue?
Posts: 851
Threads: 33
Joined: Jul 2016
Reputation:
0
I cannot understand what you're trying to say, Post Lines, In Game/Compile errors so we can help..
Posts: 135
Threads: 37
Joined: Jul 2011
Reputation:
0
I'm following a player's health at all times by OnPlayerTakeDamage, but sometimes the callback is being called, but the player hasn't actually been damaged so player health stays the same as before the callback. Probably due to lags or packet loss. Is there a way to fix it?
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Health & armor are not updated when OnPlayerTakeDamage is called.
Posts: 47
Threads: 3
Joined: Feb 2017
Reputation:
0
Please post the code you're working with and we'll get a better understanding of what you're trying to do and how we can help.