Help me!!!!
Can some one help me out.
i can see my dedicated server in lan mode but cant be able to find on internet . am using this string with shortcut "+set dedicated 2 +exec server.cfg +map_rotate" . HLSW cant be able to find my server. help meee
/************************************************** ****************************
// Public Information
//************************************************** ****************************
sets sv_hostname "My Own Server"
sets _Admin "admin"
sets _Email "hafizmusman-at-gmail.com"
sets _Website "lookingspicy.selfip.com"
sets _Location "Pakistan"
set scr_motd "Welcome to Usman's Server "
//************************************************** ****************************
// Common Server Settings
//************************************************** ****************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
// Network options
set net_ip "lookingspicy.selfip.com" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512" //what is this ????
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications
// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet
// Master servers
set sv_gamespy "1"
// Password Settings
set rcon_password "usman" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots
// Player slots setup
set sv_maxclients "12" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "2" // Number of private player slots, maxclients - privateclients = public slots
// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""
// Ping
set sv_minPing "0" // MIN player ping on CONNECT
set sv_maxping "250" // MAX player ping on CONNECT
// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "0"
seta sv_wwwDownload "0"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"
// Rate
set sv_maxRate "5000"
// FPS
set sv_fps "20"
// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "250"
set g_inactivityspectator "5000"
// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"
// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"
// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"
// In-game voice communication system
//set sv_voice "0"
//set sv_voiceQuality "1"
//set voice_deadChat "0"
//set voice_global "0"
//set voice_localEcho "0"
//set winvoice_mic_mute "1"
//************************************************** ****************************
// Misc
//************************************************** ****************************
//set sv_allowAnonymous "0"
//set g_antilag "0"
//set g_compassShowEnemies "0"
//ui_maxclients 32
|