06-25-2009, 11:12 PM
(This post was last modified: 06-25-2009, 11:31 PM by musseenice.)
My friends can only join me trough the console, and when they try to join from steam or the ingame css friends menu it stands "Server Not Responding"
Some help please
my start up line is "-console -game cstrike -insecure +fps_max 0 -tickrate 30 -ip 192.168.1.2 -port 27015 -maxplayers 16 +map de_dust2 -autoupdate"
EDIT
Server OS: Microsoft Windows Home edition 2002
2.60 GHz Pentium ® 4 cpu 512 ram
Mani admin. and my batch file full command
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike -insecure +fps_max 0 -tickrate 30 -ip 192.168.1.2 -port 27015 -maxplayers 16 +map de_dust2 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Some help please
my start up line is "-console -game cstrike -insecure +fps_max 0 -tickrate 30 -ip 192.168.1.2 -port 27015 -maxplayers 16 +map de_dust2 -autoupdate"
EDIT
Server OS: Microsoft Windows Home edition 2002
2.60 GHz Pentium ® 4 cpu 512 ram
Mani admin. and my batch file full command
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike -insecure +fps_max 0 -tickrate 30 -ip 192.168.1.2 -port 27015 -maxplayers 16 +map de_dust2 -autoupdate
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds