AMX Mod X API Documentation

Signature
native get_user_health(index);
Description

Returns the client's health points.

Notes
  • While this is mod-independent, the mod may track health points

    differently, so it can only be retrieved using another native or other

    methods.

Parameters
  • index Client index
Returns

Amount of health points the client has. Also returns 0 if

the client is not connected or the index is not within the

range of 1 to MaxClients

Назад
Верх