Stop server on linux - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Stop server on linux (
/showthread.php?tid=334034)
Stop server on linux -
jcvag44800 - 13.04.2012
Hi guys.
I'd like to stop my SA-MP server. However when I type a command, nothing happens.
Here is a screen
http://imageshack.us/photo/my-images...aptureyrb.jpg/
Cordially.
Re: Stop server on linux -
IstuntmanI - 13.04.2012
Enter on server, type "/rcon login (password)", then type "/rcon exit".
AW: Stop server on linux -
Tigerkiller - 13.04.2012
or use "ps -x" search for ./samp03svr process id and use "kill id"
Re : Stop server on linux -
jcvag44800 - 13.04.2012
I prefer to use the solution costel_nistor96, it is cleaner for the server.
Thanks
Re: Stop server on linux - kikito - 13.04.2012
#killall -9 samp03svr (more fast, but will kill all servers with the same process name)