GameCP stop and restart command
#1

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]
Reply
#2

maybe post that on gamecp forums not here
Reply
#3

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.
Reply
#4

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

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
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)