http://ftp.games.skynet.be/pub/www.filesnetwork.com/Half-Life/Official_Releases/Steam/hlds_l_1120_full.bin
kurlum bilgileri
mkdir hlds
cd hlds
wget
http://www.cstrike-planet.com/dls/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
ln -s /bin/gunzip /bin/uncompress
wget
http://www.cstrike-planet.com/dls/steam
chmod +x steam
./steam -command update -game cstrike -dir .
-console
Initializes console mode
-autoupdate
Automatically update the server when Steam updates are released
-game <game name>
The HLDS mod you want to run
+maxplayers <number of players>
Amount of players to allow
+map <map name>
The map to start the server with
-port <port number>
The port number the server should run on. Can be left out if you plan on using the default port (27015).
-ip <ipaddress>
./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_aztec > /dev/null 2>&1 &If you are wondering what > /dev/null is; this
./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_aztec > hlds.log 2>&1 &