AMX Mod X API Documentation

Signature
enum KillRarity { KILLRARITY_HEADSHOT = 0x001, // Headshot KILLRARITY_KILLER_BLIND = 0x002, // Killer was blind KILLRARITY_NOSCOPE = 0x004, // No-scope sniper rifle kill KILLRARITY_PENETRATED = 0x008, // Penetrated kill (through walls) KILLRARITY_THRUSMOKE = 0x010, // Smoke grenade penetration kill (bullets went through smoke) KILLRARITY_ASSISTEDFLASH = 0x020, // Assister helped with a flash KILLRARITY_DOMINATION_BEGAN = 0x040, // Killer player began dominating the victim (NOTE: this flag is set once) KILLRARITY_DOMINATION = 0x080, // Continues domination by the killer KILLRARITY_REVENGE = 0x100, // Revenge by the killer KILLRARITY_INAIR = 0x200 // Killer was in the air (skill to deal with high inaccuracy) };
Назад
Верх