client_death
- Синтаксис
-
forward client_death(killer, victim, wpnindex, hitplace, TK);
Переменная | Описание |
---|---|
attacker |
Attacker client index |
victim |
Victim client index |
wpnindex |
Weapon id |
hitplace |
Body hitplace |
tk |
If nonzero the death was a teamkill |
- Описание
- Called after a client death.
- Пометка
-
For a list of possible weapon ids see the CSW_* constants in amxconst.inc
- Пометка
-
For a list of possible body hitplaces see the HIT_* constants in amxconst.inc
- Возвращает
- Форвард игнорирует возвращаемое значение.