01.08.2016, 16:36
Quote:
use GetPlayerHealth function (link) to store players health (global var default can be added on onplayerspawn).
Use this function again when player take damage (link) Now on this call back use another var to store the current health and check it with the global var we used before. PHP код:
|
but can i use first_var on OnPlayerUpdate ??