summaryrefslogtreecommitdiff
path: root/game/server/dod/dod_cvars.h
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /game/server/dod/dod_cvars.h
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'game/server/dod/dod_cvars.h')
-rw-r--r--game/server/dod/dod_cvars.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/game/server/dod/dod_cvars.h b/game/server/dod/dod_cvars.h
new file mode 100644
index 0000000..bae53eb
--- /dev/null
+++ b/game/server/dod/dod_cvars.h
@@ -0,0 +1,42 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef DOD_CVARS_H
+#define DOD_CVARS_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+#define MAX_INTERMISSION_TIME 120
+
+extern ConVar mp_limitteams;
+extern ConVar mp_autokick;
+
+extern ConVar mp_clan_restartround;
+extern ConVar mp_clan_readyrestart;
+extern ConVar mp_clan_ready_signal;
+extern ConVar mp_warmup_time;
+extern ConVar mp_combinemglimits;
+extern ConVar mp_restartwarmup;
+extern ConVar mp_cancelwarmup;
+extern ConVar mp_winlimit;
+
+extern ConVar mp_limitAlliesRifleman;
+extern ConVar mp_limitAlliesAssault;
+extern ConVar mp_limitAlliesSupport;
+extern ConVar mp_limitAlliesSniper;
+extern ConVar mp_limitAlliesMachinegun;
+extern ConVar mp_limitAlliesRocket;
+
+extern ConVar mp_limitAxisRifleman;
+extern ConVar mp_limitAxisAssault;
+extern ConVar mp_limitAxisSupport;
+extern ConVar mp_limitAxisSniper;
+extern ConVar mp_limitAxisMachinegun;
+extern ConVar mp_limitAxisRocket;
+
+#endif //DOD_CVARS_H \ No newline at end of file