

(0=off/1=on) Used for MODs and custom maps Set sv_maxping "350" // MAX player ping on CONNECT, any higher and player isnt allowed to connect Set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect Set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots players that have been provide the password can connect. The following can be used to lock out the server so that only those Set sv_privatePassword "" // Private slots, non-public slots, to join a private slot you must enter the private password set here Set rcon_password "45450" // RCON password set here, must supply password to use RCON commands

Set g_log "games_mp.log" // Name of log file, default is games_mp.log Set logfile "1" // 0 = NO log, 1 = log file enabled Set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append Sets sv_hostname "COD4 Server" //Server name, exactly as it will be displayed in the in-game server browser Useful for your server name, motd msg's - Information and ref use only Do not clear the comment in front of the color codes.

