Nothing you posted in your e-mail was relevant to "it not working".
Post your launching method, including the full string you use to launch, e.g. start /wait /[priority] srcds -autoupdate -console -game cstrike -tickrate 66 +ip x.x.x.x +maxplayers 20 +map de_dust For more info on this, see here: http://developer.valvesoftware.com/wiki/Steam_Command_Line_Options Next, you need to test listener connectivity. Source sets up a listener port, by default on 27015. You can verify access to this port very simply using telnet. On windows this would be a command like the following: Telnet localhost 27015 (for a server on the same computer, or telnet [hostname] [port] more generically) If this connects and leaves you with a flashing cursor that you can type data into, then your local listener is working. Now from somewhere outside of your security infrastructure (i.e. the internet side of your router) attempt to connect to that port. If you get a connection refused then you need to setup port forwarding +/ unblock port 27015 for inbound traffic bound for your server. Finally, is there a good reason why you have sv_cheats 1? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Justin > Sent: 26 October 2005 08:46 > To: [email protected] > Subject: [hlds] i feel like a idiot with all these questions > > -- > -- > [ Picked text/plain from multipart/alternative ] im sorry > about all these questions i downloaded HLDS 4.1.1.1 on my > server computer and it says this in console now > > > L 10/26/2005 - 03:43:28: Server cvar "mp_flashlight" = "1" > L 10/26/2005 - 03:43:28: Server cvar "mp_freezetime" = "2" > L 10/26/2005 - 03:43:28: Server cvar "mp_hostagepenalty" = "2" > L 10/26/2005 - 03:43:28: Server cvar "mp_tkpunish" = "1" > L 10/26/2005 - 03:43:28: Server cvar "allow_spectators" = "0" > L 10/26/2005 - 03:43:28: Server cvar "mp_startmoney" = "2400" > L 10/26/2005 - 03:43:28: Server cvar "mp_chattime" = "0" > L 10/26/2005 - 03:43:28: Server cvar "sv_airaccelerate" = "9999" > L 10/26/2005 - 03:43:28: Server cvar "pausable" = "0" > L 10/26/2005 - 03:43:28: Server cvar "decalfrequency" = "0" > L 10/26/2005 - 03:43:28: Server cvar "sv_cheats" = "1" > L 10/26/2005 - 03:43:28: Server cvar "sv_maxrate" = "8000" > L 10/26/2005 - 03:43:28: Server cvar "sv_minrate" = "4000" > L 10/26/2005 - 03:43:28: Server cvar "sv_contact" = > "[EMAIL PROTECTED] net" > > > > WHy isnt it working SV_LAN is set to 0 > i dont know why it isnt working > > Please help! > -- > [ BackGrnd.jpg of type image/jpeg deleted ] > -- > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

