X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=50abe9875e0899dae8da1a549b0639511ee6aa83;hb=ac46eb66c927d1d4c0c61f1ada5efe7fc847ac63;hp=839f702919e2281942075b31131361e5a2ad3b22;hpb=26c8963b7747f4c53fc541df0dd71b7024d1d496;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 839f70291..50abe9875 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -40,6 +40,7 @@ const float GAME_NEXBALL = 12; const float GAME_CTS = 13; const float GAME_CA = 14; const float GAME_FREEZETAG = 15; +const float GAME_KEEPAWAY = 16; const float AS_STRING = 1; const float AS_INT = 2; @@ -573,7 +574,7 @@ float MSG_SPREE = 2; float MSG_KILL_ACTION = 3; float MSG_KILL_ACTION_SPREE = 4; float MSG_INFO = 5; - +float MSG_KA = 6; float MSG_RACE = 10; float KILL_TEAM_RED = 10301; @@ -601,6 +602,9 @@ float INFO_LOSTFLAG = 10321; float INFO_RETURNFLAG = 10322; float INFO_CAPTUREFLAG = 10323; +float KA_PICKUPBALL = 10350; +float KA_DROPBALL = 10351; + float RACE_SERVER_RECORD = 10400; float RACE_NEW_TIME = 10401; float RACE_NEW_RANK = 10402; @@ -656,3 +660,4 @@ string HUD_PANELNAME_INFOMESSAGES = "infomessages"; float HUD_MENU_ENABLE = 0; #define SERVERFLAG_ALLOW_FULLBRIGHT 1 +#define SERVERFLAG_TEAMPLAY 2