03.08.2013, 11:08
Once you follow the steps in that link, I'd recommend using screen to install screen you can use:
(note: only for systems that use the yum repo such as CentOS)
Then you should cd to the directory with the SA:MP files in it.
e.g.
then to start the server use the command:
To exit out of this and leave it running use: CTRL+A+D.
And if you wish to go back into samp to close it etc. Use:
To exit simply use: CTRL+C
Код:
yum -y install screen
Then you should cd to the directory with the SA:MP files in it.
e.g.
Код:
cd ~/samp03
Код:
screen -S samp ./samp03svr
And if you wish to go back into samp to close it etc. Use:
Код:
screen -R samp