01.10.2015, 18:50
Quote:
When you use the 'gmx' command to restart your server, does it clear stored memory and data? Furthermore, does 'gmx' go through the same process of manually closing samp-server process and re-opening?
Thanks for clarification. |
The reason is because "gmx" is meant to be used to change the gamemode and not restart the server but since most servers has only 1 gamemode, It can be used to restart the server.
but when done.. "OnPlayerDisconnect" will be called in the server to do the saving process of the players or whatever u want and then it will call the "OnPlayerConnect" on the next gamemode (Which is here the same anyways) so it will be for u like the server has completely restarted but the players didn't really disconnect.
Tl ; DR: Yes, Everything is redone.