Browse Source

spelling

pull/3/head
Daniel Gibbs 9 years ago
parent
commit
223b042264
  1. 12
      BlackMesa/server.cfg

12
BlackMesa/server.cfg

@ -39,12 +39,12 @@ mp_timelimit 45
// Number of frags on a single map before switching to a new one automatically. // Number of frags on a single map before switching to a new one automatically.
// Default: mp_fraglimit 0 // Default: mp_fraglimit 0
// Reccomended: mp_fraglimit 45 // Recommended: mp_fraglimit 45
mp_fraglimit 45 mp_fraglimit 45
// Number of seconds to wait before the round starts. // Number of seconds to wait before the round starts.
// Default: mp_warmup_time 30 // Default: mp_warmup_time 30
// Reccomended: mp_warmup_time 30 // Recommended: mp_warmup_time 30
mp_warmup_time 30 mp_warmup_time 30
// ............................. Game Settings ............................. // // ............................. Game Settings ............................. //
@ -52,12 +52,12 @@ mp_warmup_time 30
// Turn on the flash light for players. // Turn on the flash light for players.
// Default: mp_flashlight 0 // Default: mp_flashlight 0
// Reccomended: mp_flashlight 1 // Recommended: mp_flashlight 1
mp_flashlight 1 mp_flashlight 1
// Forces the player to respawn in to game. // Forces the player to respawn in to game.
// Default: mp_forcerespawn 1 // Default: mp_forcerespawn 1
// Reccomended: mp_forcerespawn 0 // Recommended: mp_forcerespawn 0
mp_forcerespawn 0 mp_forcerespawn 0
// Friendly fire - Allows team members to injure other members of their team. // Friendly fire - Allows team members to injure other members of their team.
@ -72,7 +72,7 @@ sv_voiceenable 1
// Players can hear all other players, no team restrictions. // Players can hear all other players, no team restrictions.
// Default: sv_alltalk 0 // Default: sv_alltalk 0
// Reccomended: sv_alltalk 0 // Recommended: sv_alltalk 0
sv_alltalk 0 sv_alltalk 0
// ............................. Fast Download .............................. // // ............................. Fast Download .............................. //
@ -80,7 +80,7 @@ sv_alltalk 0
// Allows clients to download custom maps and textures etc. from the server at 20 kbps. // Allows clients to download custom maps and textures etc. from the server at 20 kbps.
// Default: sv_allowdownload 1 // Default: sv_allowdownload 1
// Reccomended: sv_allowdownload 1 // Recommended: sv_allowdownload 1
sv_allowdownload 1 sv_allowdownload 1
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit. // Allows clients to download custom maps, textures etc. from a web server with no transfer limit.

Loading…
Cancel
Save