Hi. With ./gs i can start maps manualy but how can i stop an specific map?
Printable View
Hi. With ./gs i can start maps manualy but how can i stop an specific map?
ps a | grep mapname
for example
ps a | grep gs01
Get the id number from that list
kill -9 idnumber
Tada map stopped
have a different way D:
Code:ps -A w
locate for ./gsid
Get the process ID of the gs
kill processid
I use the way of Das since some time ago now. I like the "grep" :laugh:
grep is gay '-'
hehehehe