fm_set_user_health
- Синтаксис
-
stock fm_set_user_health(index, health) { health > 0 ? set_pev(index, pev_health, float(health)) : dllfunc(DLLFunc_ClientKill, index); return 1; }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function has no description.