31.07.2015, 18:43
Quote:
These may happen because you save the player's stats under OnPlayerDissconnect so when the OnGameModExit run nothing save because you didn't save player's stats and I think you can't save under OnGameModExit because there isn't "playerid" params
|
![Smiley](images/smilies/smile.png)
The server does save the stats OnGameModeExit, I made a complete /gmx command to make sure it will save. It also has a timer so it has the time to save all the player stats. And it does save. At the moment I turn off the server, all the stats get saved perfect. If I start up the server again and join it, it still has all my info saved, but at the moment I press the Login button (after typing my password) it sets everything to 0 somehow.