Lastshooter - I'm assuming you have edited your hltv.cfg file to the parameters you need...anyway, I then created a little startup script for mine that looks like this (first opening a text editor - I use vi. So: vi starthltv):
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/server1/hlds_l #!/bin/bash ./hltv +connect 80.87.131.119:27025 -port 27020 +rate 3500 +maxclients 10 Once that is saved I just typed: ./starthltv And it seems to work fine for me :) Hope this helps. Jay. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

