AMX Mod X API Documentation

Signature
native set_user_health(index, health);
Description

Sets player's health amount.

Parameters
  • index Client index
  • health The health amount to set
No return value
Errors
  • If player is not connected or not within the range

    of 1 to MaxClients.

Назад
Верх