AMX Mod X API Documentation

Signature
forward client_death(killer, victim, wpnindex, hitplace, TK);
Description

Called after a client death.

Notes
  • 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

Parameters
  • killer Attacker client index
  • victim Victim client index
  • wpnindex Weapon id
  • hitplace Body hitplace
  • TK If nonzero the death was a teamkill
No return value
Назад
Верх