20.03.2010, 08:55
I think you have your stuff stored at OnPlayerDisconnect which doesn`t get executed when you restart your server.
OnGameModeExit is the function being called in this case.
What you could do is simply throw the stuff you have in OnPlayerDisconnect to OnGameModeExit (with a few adjustments of course).
OnGameModeExit is the function being called in this case.
What you could do is simply throw the stuff you have in OnPlayerDisconnect to OnGameModeExit (with a few adjustments of course).