| 
   
		
            
             
				
            
          
		
		
				
		
				11-11-2002, 10:55 AM
			
			
			
		 
               
 So then it's your .CFG file.
 You had a bunch of errors: Incorrect command lines, some settings were not right, and you had no starting map. Use the one I made below, and edit what you need to edit. Try to load that.
 
 
 [code:cad07]seta sv_hostname "snakeden"
 sets Admin "PVL"
 seta g_motd "Welcome to snake den home of =[ADOW]="
 sets URL "Email = snake_den@cox.net, Location = Rhode Island"
 
 sets Connection "Cable"
 
 net_noipx 1
 net_port 12203
 
 seta timelimit "15"
 seta fraglimit "0"
 seta flood_waitdelay "10"
 seta flood_persecond "4"
 seta flood_msgs "4"
 
 
 set g_gametype 2
 set g_teamdamage "1"
 set g_inactiveSpectate "120"
 set g_inactiveKick "300"
 set g_allowjointime "5"
 
 set rconpassword "*****"
 set sv_pure "0"
 set sv_maxclients "20"
 seta sv_minping "0"
 seta sv_maxping "120"
 seta sv_gamespy "1"
 seta sv_allowDownload "0"
 seta sv_maxRate "9000"
 seta sv_fps "20"
 seta sv_floodProtect "1"
 
 seta sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm4 dm/mohdm6 dm/mohdm7"
 
 map dm/mohdm1[/code:cad07]
 
 PS: for a cable connection, you aren't going to want to host more than 10 people, and have a maxping of 120. You'll boot people left and right.
 |