31.05.2011, 02:46
I guess there is bugs when you use gmx command or close the server. Try to use gmxfix include and make it call the OnPlayerDisconnect before OnGameModeExit.
Basically if you save the player data properly in OnPlayerDisconnect it should be fine.
I was using DJson months ago and I find the player data usually disappears and even mixed up. Also it freezes my server for around 10 seconds when the players disconnect at the same time(for example gmx, close the server, etc.). Therefore I changed to another system.
Basically if you save the player data properly in OnPlayerDisconnect it should be fine.
I was using DJson months ago and I find the player data usually disappears and even mixed up. Also it freezes my server for around 10 seconds when the players disconnect at the same time(for example gmx, close the server, etc.). Therefore I changed to another system.

