From 2eb206c48d03f59cb0d8f4311ccb9aad20b887b2 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 28 Jan 2011 22:18:00 +0100 Subject: [PATCH] put g_maxplayers in server.cfg --- server/server.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/server/server.cfg b/server/server.cfg index 6cca0dbe..01a29de3 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -59,6 +59,7 @@ //bot_number 0 // number of bots to add //skill 1 // the bots skill level //minplayers 0 // add bots if less then that number of players playing. MAKE SURE ITS LESS THEN maxplayers or people will get blocked by bots! +//g_maxplayers 0 // above this player count, only allow spectators //bot_prefix [BOT] // prepend this to all botnames //bot_suffix "" // append this to all botnames //g_maplist_check_waypoints 0 // set this to 1 to skip maps without waypoints if there aren't enough players to play without bots -- 2.39.2