/// The number of voters required for CTF to enable #define CTF_REQUIRED_PLAYERS 4 /// The game ID for normal ghost CTF #define CTF_GHOST_CTF_GAME_ID "centcom" /// The game ID used by the medieval simulator shuttle. #define CTF_MEDISIM_CTF_GAME_ID "medisim" /// A list containing all loaded CTF games GLOBAL_LIST_EMPTY(ctf_games)