X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=61ce6900affe5f0a682cc23e324de42c2c94f2c5;hp=7a5cf3447b1a29d502953812c276d533bb8fbb78;hb=b46fdcee5c729ccdf485d908803d06bbfdac2a8c;hpb=75d091069d041dee686497e8b88df51595689a06;ds=sidebyside diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 7a5cf3447b..61ce6900af 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -550,11 +550,12 @@ float MAX_SHOT_DISTANCE = 32768; // CSQC centerprint/notify message types float MSG_SUICIDE = 0; -float MSG_KILL = 1; -float MSG_SPREE = 2; -float MSG_KILL_ACTION = 3; -float MSG_KILL_ACTION_SPREE = 4; -float MSG_INFO = 5; +float MSG_KILL_MELEE = 1; +float MSG_KILL = 2; +float MSG_SPREE = 3; +float MSG_KILL_ACTION = 4; +float MSG_KILL_ACTION_SPREE = 5; +float MSG_INFO = 6; float KILL_TEAM_RED = 10301; float KILL_TEAM_BLUE = 10302; @@ -564,22 +565,24 @@ float KILL_FIRST_VICTIM = 10305; float KILL_TYPEFRAG = 10306; float KILL_TYPEFRAGGED = 10307; float KILL_FRAG = 10308; -float KILL_FRAGGED = 10309; -float KILL_SPREE = 10310; -float KILL_END_SPREE = 10311; -float KILL_SPREE_3 = 10312; -float KILL_SPREE_5 = 10313; -float KILL_SPREE_10 = 10314; -float KILL_SPREE_15 = 10315; -float KILL_SPREE_20 = 10316; -float KILL_SPREE_25 = 10317; -float KILL_SPREE_30 = 10318; - -float INFO_GOTFLAG = 10319; -float INFO_PICKUPFLAG = 10320; -float INFO_LOSTFLAG = 10321; -float INFO_RETURNFLAG = 10322; -float INFO_CAPTUREFLAG = 10323; +float KILL_FRAG_GAUNTLET = 10309; +float KILL_FRAG_SHOTGUN_MELEE = 10310; +float KILL_FRAGGED = 10311; +float KILL_SPREE = 10312; +float KILL_END_SPREE = 10313; +float KILL_SPREE_3 = 10314; +float KILL_SPREE_5 = 10315; +float KILL_SPREE_10 = 10316; +float KILL_SPREE_15 = 10317; +float KILL_SPREE_20 = 10318; +float KILL_SPREE_25 = 10319; +float KILL_SPREE_30 = 10320; + +float INFO_GOTFLAG = 10321; +float INFO_PICKUPFLAG = 10322; +float INFO_LOSTFLAG = 10323; +float INFO_RETURNFLAG = 10324; +float INFO_CAPTUREFLAG = 10325; // weapon requests float WR_SETUP = 1; // (SVQC) setup weapon data