13.01.2009, 19:18
ok i have my server beeing hosted by a company and now with the new version i cant get it working i dunno whats missing
these are th files and folders
LICENSE
README
announce
filterscripts
gamemodes
samp02Xsvr
scriptfiles
server.cfg
server_log.txt
sexec
this sexec file i think is what runs the server when i turn it on at the admin panel
inside of the sexec file:
#!/bin/bash
PROG_NAME='./samp02Xsvr'
WAIT_TIME=30
while true
do
echo "Starting game server..."
$PROG_NAME
echo
echo "Restarting in $WAIT_TIME seconds..."
sleep $WAIT_TIME
done
whats wrong plz help
thanks
these are th files and folders
LICENSE
README
announce
filterscripts
gamemodes
samp02Xsvr
scriptfiles
server.cfg
server_log.txt
sexec
this sexec file i think is what runs the server when i turn it on at the admin panel
inside of the sexec file:
#!/bin/bash
PROG_NAME='./samp02Xsvr'
WAIT_TIME=30
while true
do
echo "Starting game server..."
$PROG_NAME
echo
echo "Restarting in $WAIT_TIME seconds..."
sleep $WAIT_TIME
done
whats wrong plz help
thanks