SetPlayerHealth
Sets the health of a player.
C# Syntax
void NAPI.Player.SetPlayerHealth(Client player, int health);
Parameters
- player: Parameter input should be in Client type.
- health: Parameter input should be in health type.
Example
NAPI.Player.SetPlayerHealth(player, 100);