Browse Source

Merge f6cfef242b into 6116eb4d17

pull/8/merge
D4edalus 9 years ago
committed by GitHub
parent
commit
c6dc69eb53
  1. 2
      CallOfDuty4/server.cfg

2
CallOfDuty4/server.cfg

@ -24,7 +24,7 @@ sets _Gametype ""
set sv_hostname "SERVERNAME" set sv_hostname "SERVERNAME"
set g_motd "" // Message of the day, which getting shown to every player on his 1st spawn set g_motd "" // Message of the day, which getting shown to every player on his 1st spawn
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet ( you probably want 2 ) set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet ( you probably want 2 )
set rcon_password "ADMINPASSWORD" // password for remote access, leave empty to deactivate, min 8 characters set rcon_password "" // password for remote access, leave empty to deactivate, min 8 characters
set g_password "" // join password, leave empty to deactivate set g_password "" // join password, leave empty to deactivate
set sv_privateClients "2" //Private Clients, number of slots that can only be changed with a password set sv_privateClients "2" //Private Clients, number of slots that can only be changed with a password
set sv_privatePassword "mypassword" // the password to join private slots set sv_privatePassword "mypassword" // the password to join private slots

Loading…
Cancel
Save