Browse Source

updated config

pull/3/head
Daniel Gibbs 9 years ago
parent
commit
cf6c7d181b
  1. 3
      Quake3Arena/server.cfg

3
Quake3Arena/server.cfg

@ -1,5 +1,8 @@
set sv_hostname "SERVERNAME"
set sv_maxclients 16 set sv_maxclients 16
set g_motd "Quake3 Server"
set g_forcerespawn 15 set g_forcerespawn 15
set rconpassword "ADMINPASSWORD"
set g_gametype 0 //- Sets the type of game. 0 - Free for all, 1 - Tournament, 2 - Free for all(again), 3 - Team Deathmatch, 4 - Capture the Flag set g_gametype 0 //- Sets the type of game. 0 - Free for all, 1 - Tournament, 2 - Free for all(again), 3 - Team Deathmatch, 4 - Capture the Flag
set fraglimit 50 set fraglimit 50
set timelimit 20 set timelimit 20

Loading…
Cancel
Save