Well, I've had ViciouZ, Zorch, Superman, T3RR0R15T and Tartjagger all try and help me.
But I just don't 100% get what I must do.
I have this as a .sh script
#!/bin/bash
cd /home/paintball2
while true; do
echo $! >/home/server/beginner1.pid
./paintball2 +set dedicated 1 +set port 11111 +set maxclients 16 +exec isibeginner1.cfg +map carpathian
done
But, I always get this when I type into my SSH:
syntax error, unexpected token `done'
And I typed before that this:
"sh ./runbeginner1.sh"
Any idea's? Also. My match1.sh works fine, but the others, which have been copied, don''t?
Any thoughts?