03-07-2007, 05:48 AM
(This post was last modified: 03-07-2007, 11:03 PM by mzracer360.)
I installed screen and am using the server.sh from tutorials to start my server. When I run it I get these errors:
./server.sh: line 6: -tickrate: command not found
./server.sh: line 7: +mp_dynamicpricing: command not found
Here is my server.sh:
edit: Problem solved. I don't know what the deal was, but I recreated the file and now it works!
./server.sh: line 6: -tickrate: command not found
./server.sh: line 7: +mp_dynamicpricing: command not found
Here is my server.sh:
Code:
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
./srcds_run -console -game cstrike -tickrate 33 +ip <my internal ip> -port 27015 -maxplayers 6 +map de_dust2 +mp_dynamicpricing 0 -autoupdate
edit: Problem solved. I don't know what the deal was, but I recreated the file and now it works!
mzracer360.game-host.org:27015