GetPlayerHealth
This function will tell you, how much health has the player.
Syntax
int NAPI.Player.GetPlayerHealth(Client player);
Required Arguments
- player: parameter input should be in Client type.
NOTE: This function returns data in int type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerHealth(player);