SA-MP Forums Archive
GameCP stop and restart command - 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: GameCP stop and restart command (/showthread.php?tid=389087)



GameCP stop and restart command - NewerthRoleplay - 31.10.2012

Hey I am currently using GameCP however I am trying to create the stop and restart command's for the server however I am running into an issue, I have screen installed on my system and to start the server I am trying to use
Код:
screen -S $SERVICEID ./samp03svr
this should start it on a screen with the name as the service ID however it is saying
Код:
Service Binary Missing: screen
but this is not the case seeing as my personal samp server on the dedicated host is using screen to run, could it be due to the fact that GameCP runs the server as another user?

Any help will be much appreciated,

-Connor [Spectral Network]


Re: GameCP stop and restart command - pepper - 31.10.2012

maybe post that on gamecp forums not here


Re: GameCP stop and restart command - CrossUSAAF - 31.10.2012

If I'm right you are trying to set up own game control panel for the server? Go to their official forums and try to use search/submit topic on there.


Re: GameCP stop and restart command - NewerthRoleplay - 31.10.2012

Okay, thought I'd post here first as they have the most inactive forum I have ever seen -.-


Re: GameCP stop and restart command - Jikesh - 01.11.2012

Quote:
Originally Posted by NewerthRoleplay
Посмотреть сообщение
Hey I am currently using GameCP however I am trying to create the stop and restart command's for the server however I am running into an issue, I have screen installed on my system and to start the server I am trying to use
Код:
screen -S $SERVICEID ./samp03svr
this should start it on a screen with the name as the service ID however it is saying
Код:
Service Binary Missing: screen
but this is not the case seeing as my personal samp server on the dedicated host is using screen to run, could it be due to the fact that GameCP runs the server as another user?

Any help will be much appreciated,

-Connor [Spectral Network]
apt-get install screen

yum install screen


Re: GameCP stop and restart command - marmigs - 01.11.2012

The error is saying that you don't have screen installed.

Just do yum -y install screen if you are on CentOS

or apt-get install screen if you are on Ubuntu