CTRL + C or "exit" to stop the server?
#1

So this is something I've been wondering for a while now:
What is the difference between using CTRL + C and typing exit to stop the server, will any stats get lost with one of them or are there faults when doing one of them?
Reply
#2

If you're saving the stats under OnPlayerDisconnect you must actually make the players disconnect. When you exit and close the console window it won't be called. You can call it by using gmx or changemode.
Reply
#3

Quote:
Originally Posted by Tamer
Посмотреть сообщение
If you're saving the stats under OnPlayerDisconnect you must actually make the players disconnect. When you exit and close the console window it won't be called. You can call it by using gmx or changemode.
Alright, that sums up what I needed to know, thank you!
Reply
#4

CTRL+C doesn't call the OnGameMode Exit
The easiest way i've found to kill a samp server is by

Код:
killall samp03svr
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)