28.06.2012, 04:18
you should use this command to start it, as stated on the wiki
but if the technique above works for you, then great.
what linux version are you using?
anyway, in ubuntu, use "ps ux" to get a list of processes, and then type "kill [process id]" to end a process, you should pick the process id of "samp-server" and kill it. then you will need to start it again, the same way you started it the first time.
(all this can be found on ****** btw)
Код:
nohup ./samp03svr &
what linux version are you using?
anyway, in ubuntu, use "ps ux" to get a list of processes, and then type "kill [process id]" to end a process, you should pick the process id of "samp-server" and kill it. then you will need to start it again, the same way you started it the first time.
(all this can be found on ****** btw)