We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60336f6 commit ec6b75dCopy full SHA for ec6b75d
1 file changed
omp_core.inc
@@ -42,11 +42,13 @@ enum WEAPON:__WEAPON
42
UNKNOWN_WEAPON = -1,
43
// Special `OnPlayerDeath` `reason` values. NOT included in `MAX_WEAPONS`.
44
REASON_VEHICLE = 49,
45
+ REASON_HELICOPTER_BLADES = 50,
46
+ REASON_EXPLOSION = 51,
47
REASON_DROWN = 53,
48
REASON_COLLISION = 54,
49
REASON_SPLAT = 54,
50
REASON_CONNECT = 200,
- REASON_DISCONNECT = 200,
51
+ REASON_DISCONNECT = 201,
52
REASON_SUICIDE = 255,
53
// The main weapon types. Done after the reasons so sizes are correct.
54
WEAPON_FIST = 0,
0 commit comments