How To stop samp server?
#1

i have get to start the samp server in linux, but now i want to close it, or restart, how will be the linux commands?
Reply
#2

if you are working from the console in linux, you can use the 'kill' command.
you need to find out what is the 'PID' of your sa-mp server.
to find the 'PID' you can use the command 'top' that will show you your current top process, press 'q' to exit top.
then use
Code:
 kill -9 'PID'
Reply
#3

Code:
killall samp-proccess-here
default would be
Code:
killall samp03svr
I'm using killall t2p_samp because my proccess is renamed to t2p_samp
Reply
#4

Quote:
Originally Posted by Dreft
I'm using killall t2p_samp because my proccess is renamed to t2p_samp
im searching my pid cuz im running many server on the host and do not want to kill all sa-mp process

Reply
#5

Rename the binaries, obviously. You could use RCON to shut it down, obviously.
Reply
#6

Quote:
Originally Posted by snoob
Quote:
Originally Posted by Dreft
I'm using killall t2p_samp because my proccess is renamed to t2p_samp
im searching my pid cuz im running many server on the host and do not want to kill all sa-mp process

That's why I renamed my all servers binary names
killall some_server
killall t2p_samp
killall another_serv

and so on ;P
Reply
#7

will use that from now on
Reply
#8

recommended Command:

Code:
Killall samp03svr
Reply
#9

Lets go to host and try to delete your server and remove the host during you must stoped the your server.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)