SAMP server in CentOS 5 Start Script Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SAMP server in CentOS 5 Start Script Help (
/showthread.php?tid=459545)
SAMP server in CentOS 5 Start Script Help -
Joeyboy99 - 23.08.2013
I am running a SAMP server on my CentOS 5 VPS and I need to find a working start script. I have tried quite a few of them and none of them seem to work. I tried all the methods from here but none of those worked. If anyone knows a working startup/restart/stop script for CentOS 5 could you please help me.
Thanks, Joe.
Re : SAMP server in CentOS 5 Start Script Help -
Naruto_Emilio - 23.08.2013
cd /yourdirectory/serverdirectory/
nohup ./samp03svr
Re: SAMP server in CentOS 5 Start Script Help -
dr1ftp0w3r - 23.08.2013
nohup ./samp03svr &
if that doesn't work, what is the error ?
Re: SAMP server in CentOS 5 Start Script Help -
Joeyboy99 - 23.08.2013
Quote:
Originally Posted by dr1ftp0w3r
nohup ./samp03svr &
if that doesn't work, what is the error ?
|
I don't get any error's but the server doesn't start. And I'm looking for a script that can start/restart/stop so it is more easy to do.
Re: SAMP server in CentOS 5 Start Script Help -
DazeGaming - 23.08.2013
Try this one
https://sampforum.blast.hk/showthread.php?tid=356086
Re: SAMP server in CentOS 5 Start Script Help -
Joeyboy99 - 23.08.2013
Quote:
Originally Posted by DazeGaming
|
The download link is dead.
Re: SAMP server in CentOS 5 Start Script Help -
ColorHost-Kevin - 23.08.2013
./samp03svr &
This should start your server, and paste the process ID incase you need to end it.
If it does not start, then the log should say why.