01.01.2015, 10:24
You could also use "screen", if you don't have it, use this:
yum install screen
Then change directory to your SA-MP server with:
cd /directory/of/your/samp/server
Then you can use:
screen ./samp03svr
To kill the process, use:
killall -9 samp03svr
Hope I helped.
yum install screen
Then change directory to your SA-MP server with:
cd /directory/of/your/samp/server
Then you can use:
screen ./samp03svr
To kill the process, use:
killall -9 samp03svr
Hope I helped.