Browse Source

update css config

pull/137/head
Daniel Gibbs 1 year ago
parent
commit
f944404cde
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 25
      css/server.cfg

25
css/server.cfg

@ -1,15 +1,24 @@
// Hostname for server.
// ************************************************************************** //
// //
// Counter-Strike: Source - server.cfg //
// Version 231111 //
// //
// ************************************************************************** //
// hostname - Hostname for server.
hostname "SERVERNAME"
// sv_password - Server password for entry into multiplayer games.
sv_password ""
// RCON - remote console password.
rcon_password "ADMINPASSWORD"
// Server password - for private servers.
sv_password ""
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0
// Server Logging
log on
sv_logbans 1
sv_logecho 1
// sv_logfile - Log server information in the log file.
sv_logfile 1
sv_log_onefile 0
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
Loading…
Cancel
Save